We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std
1 parent dac16c4 commit 1aa6737Copy full SHA for 1aa6737
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "littlefs2"
3
description = "Idiomatic Rust API for littlefs"
4
-version = "0.1.0"
+version = "0.1.1"
5
authors = ["Nicolas Stalder <n@stalder.io>", "Brandon Edens <brandonedens@gmail.com>"]
6
edition = "2018"
7
license = "Apache-2.0 OR MIT"
@@ -43,7 +43,9 @@ default-features = false
43
# older version of `cstr_core` that depends on version of "1" of `memchr`. This
44
# way the bug won't enable the "std" of `memchr` "1" (because `memchr` "1" and
45
# `memchr` "2" are considered different crates)
46
-version = "=0.1.2"
+#
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"
49
50
[dependencies.littlefs2-sys]
51
version = "0.1.6"
0 commit comments