Skip to content

Commit

Permalink
Update version of all software.
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonedens committed Nov 24, 2018
1 parent 2818786 commit 5634f08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion littlefs-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "littlefs-sys"
description = "Build of upstream LittleFS with bindings"
version = "0.1.0"
version = "0.2.0"
authors = ["Brandon Edens <brandonedens@gmail.com>"]
edition = "2018"
license = "BSD-3-Clause"
Expand Down
4 changes: 2 additions & 2 deletions littlefs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "littlefs"
description = "Rust interface to Little Filesystem"
version = "0.1.0"
version = "0.2.0"
authors = ["Brandon Edens <brandonedens@gmail.com>"]
edition = "2018"
categories = ["embedded", "filesystem", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/brandonedens/rust-littlefs"

[dependencies]
littlefs-sys = { version = "0.1", path = "../littlefs-sys" }
littlefs-sys = { version = "0.2", path = "../littlefs-sys" }
bitflags = "1.0.4"
cty = "0.1.5"

0 comments on commit 5634f08

Please # to comment.