Skip to content

Commit

Permalink
Fix std-triggering regression
Browse files Browse the repository at this point in the history
  • Loading branch information
nickray committed Feb 1, 2021
1 parent dac16c4 commit 1aa6737
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "littlefs2"
description = "Idiomatic Rust API for littlefs"
version = "0.1.0"
version = "0.1.1"
authors = ["Nicolas Stalder <[email protected]>", "Brandon Edens <[email protected]>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
Expand Down Expand Up @@ -43,7 +43,9 @@ default-features = false
# older version of `cstr_core` that depends on version of "1" of `memchr`. This
# way the bug won't enable the "std" of `memchr` "1" (because `memchr` "1" and
# `memchr` "2" are considered different crates)
version = "=0.1.2"
#
# NB: It really has to be 0.1.0, both 0.1.1 and 0.1.2 don't work
version = "=0.1.0"

[dependencies.littlefs2-sys]
version = "0.1.6"
Expand Down

0 comments on commit 1aa6737

Please sign in to comment.