Skip to content

Commit

Permalink
Activate memchr's dep-of-std feature (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Aug 18, 2021
1 parent dd3a938 commit 06eb647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crc32fast = { version = "1.2", optional = true }
flate2 = { version = "1", optional = true }
indexmap = { version = "1.1", optional = true }
wasmparser = { version = "0.57", optional = true }
memchr = { version = "2.4", default-features = false }
memchr = { version = "2.4.1", default-features = false }

# Internal feature, only used when building as part of libstd, not part of the
# stable interface of this crate.
Expand Down Expand Up @@ -81,7 +81,7 @@ cargo-all = []
#=======================================
# Internal feature, only used when building as part of libstd, not part of the
# stable interface of this crate.
rustc-dep-of-std = ['core', 'compiler_builtins', 'alloc']
rustc-dep-of-std = ['core', 'compiler_builtins', 'alloc', 'memchr/rustc-dep-of-std']

[[example]]
name = "ar"
Expand Down

0 comments on commit 06eb647

Please sign in to comment.