Skip to content

Commit

Permalink
Merge pull request #254 from mythi/patch-1
Browse files Browse the repository at this point in the history
bump getset to 0.1.3
  • Loading branch information
flavio authored Nov 15, 2024
2 parents 41ebc7e + e282b30 commit f5a853b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ authors = [
description = "Open Container Initiative Specifictions in Rust"
documentation = "https://docs.rs/oci-spec"
readme = "README.md"
homepage = "https://github.com/containers/oci-spec-rs"
repository = "https://github.com/containers/oci-spec-rs"
homepage = "https://github.com/youki-dev/oci-spec-rs"
repository = "https://github.com/youki-dev/oci-spec-rs"
license = "Apache-2.0"
keywords = ["oci", "spec", "container", "runtime", "image"]
categories = ["api-bindings"]
Expand All @@ -29,7 +29,7 @@ thiserror = "2.0.0"
serde_json = "1.0.66"
quickcheck = { version = "1.0.3", optional = true }
derive_builder = "0.20.0"
getset = "0.1.1"
getset = "0.1.3"
strum = "0.26.2"
strum_macros = "0.26.2"
regex = "1"
Expand Down

0 comments on commit f5a853b

Please sign in to comment.