Skip to content

Commit 1aa6737

Browse files
committed
Fix std-triggering regression
1 parent dac16c4 commit 1aa6737

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Cargo.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "littlefs2"
33
description = "Idiomatic Rust API for littlefs"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
authors = ["Nicolas Stalder <n@stalder.io>", "Brandon Edens <brandonedens@gmail.com>"]
66
edition = "2018"
77
license = "Apache-2.0 OR MIT"
@@ -43,7 +43,9 @@ default-features = false
4343
# older version of `cstr_core` that depends on version of "1" of `memchr`. This
4444
# way the bug won't enable the "std" of `memchr` "1" (because `memchr` "1" and
4545
# `memchr` "2" are considered different crates)
46-
version = "=0.1.2"
46+
#
47+
# NB: It really has to be 0.1.0, both 0.1.1 and 0.1.2 don't work
48+
version = "=0.1.0"
4749

4850
[dependencies.littlefs2-sys]
4951
version = "0.1.6"

0 commit comments

Comments
 (0)