Skip to content

Commit

Permalink
Merge pull request #204 from cgwalters/release-0.6.0
Browse files Browse the repository at this point in the history
Release 0.6.0
  • Loading branch information
cgwalters committed Jan 6, 2022
2 parents ec01d70 + 359201e commit c185409
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
name = "ostree-ext"
readme = "README.md"
repository = "https://github.com/ostreedev/ostree-rs-ext"
version = "0.5.1"
version = "0.6.0"

[dependencies]
anyhow = "1.0"
Expand All @@ -29,8 +29,7 @@ oci-spec = "0.5.0"
openat = "0.1.20"
openat-ext = "0.2.0"
openssl = "0.10.33"
# ostree = { features = ["v2021_5"], version = "0.13.3" }
ostree = { git = "https://github.com/ostreedev/ostree-rs", features = ["v2021_5"] }
ostree = { features = ["v2021_5"], version = "0.13.4" }
phf = { features = ["macros"], version = "0.10" }
pin-project = "1.0"
serde = { features = ["derive"], version = "1.0.125" }
Expand Down

0 comments on commit c185409

Please sign in to comment.