Skip to content

Commit

Permalink
Merge pull request stratis-storage#883 from mulkieran/devicemapper-sy…
Browse files Browse the repository at this point in the history
…s-version-0.2.0

devicemapper-sys v0.2.0
  • Loading branch information
mulkieran authored Oct 3, 2023
2 parents 69bb68b + 0a64f33 commit 5f3450f
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 @@ -35,11 +35,11 @@ version = "1.0.0"
features = ["v4"]

[dependencies.devicemapper-sys]
version = "0.1.5"
version = "0.2.0"
path = "./devicemapper-rs-sys"

[build-dependencies.devicemapper-sys]
version = "0.1.5"
version = "0.2.0"
path = "./devicemapper-rs-sys"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion devicemapper-rs-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "devicemapper-sys"
version = "0.1.5"
version = "0.2.0"
authors = ["Stratis Developers <stratis-devel@lists.fedorahosted.org>"]
edition = "2021"
rust-version = "1.71.1" # LOWEST SUPPORTED RUST TOOLCHAIN
Expand Down

0 comments on commit 5f3450f

Please sign in to comment.