Skip to content

Commit

Permalink
Prepare for new patch releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mvertescher committed Mar 18, 2019
1 parent 97f75b9 commit 4bdcde9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ homepage = "https://github.com/mvertescher/libsbc-rs"
license = "MIT OR Apache-2.0"
name = "libsbc"
repository = "https://github.com/mvertescher/libsbc-rs"
version = "0.1.2"
version = "0.1.3"

[dependencies]
failure = "0.1.2"
libsbc-sys = { version = "0.1.1", path = "./libsbc-sys" }
libsbc-sys = { version = "0.1.2", path = "./libsbc-sys" }
slice-deque = "0.1.13"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion libsbc-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = "https://github.com/mvertescher/libsbc-rs"
license = "MIT OR Apache-2.0"
name = "libsbc-sys"
repository = "https://github.com/mvertescher/libsbc-rs"
version = "0.1.1"
version = "0.1.2"

[features]
# By default, build libsbc from source
Expand Down

0 comments on commit 4bdcde9

Please sign in to comment.