Skip to content

Commit

Permalink
Merge pull request #65 from brson/next
Browse files Browse the repository at this point in the history
Fix warnings and tests
  • Loading branch information
brson authored Feb 12, 2019
2 parents 17b4151 + 749d605 commit d255423
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ num_cpus = "1.6.2"
rand = "0.3.15"
rayon = "0.8.2"
regex = "0.2.2"
reqwest = { version = "0.7.1", features = ["serde"] }
reqwest = { version = "0.7.1" }
semver = { version = "0.7.0", features = ["serde"] }
serde = "1.0.10"
serde_json = "1.0.2"
Expand All @@ -46,7 +46,7 @@ env_logger = "0.4.3"
serde_derive = "1.0.10"

[build-dependencies]
skeptic = "0.11.0"
skeptic = "0.13.4"

[dev-dependencies]
skeptic = "0.11.0"
skeptic = "0.13.4"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ New to Rust and don't yet know what crates to use?

Current revision: `stdx` 0.119.0-rc, for Rust 1.19, July 20, 2017.

| Feature | Crate | |
|--------------------------------|----------------------------|---------------------|
| Feature | Crate | |
|--------------------------------|----------------------------|--------------------|
| Bitfields | [`bitflags = "0.9.1"`] | [📖][d-bitflags] |
| Byte order conversion | [`byteorder = "1.1.0"`] | [📖][d-byteorder] |
| Date and time | [`chrono = "0.4.0"`] | [📖][d-chrono] |
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ pub use std::*;
// Export the most commonly used parts of std that are not in the std prelude.

pub use std::any::{Any, TypeId};
pub use std::ascii::AsciiExt;
pub use std::borrow::{Borrow, BorrowMut, ToOwned, Cow};
pub use std::cell::{Cell, RefCell};
pub use std::cmp::{min, max};
Expand Down

0 comments on commit d255423

Please sign in to comment.