Skip to content

Commit

Permalink
Merge pull request #338 from cgwalters/no-ostree-ext-git
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrero authored Feb 12, 2024
2 parents e4c2971 + 55befb8 commit 406b905
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions contrib/packaging/bootc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ cat >>.cargo/config.toml << EOF
[source.crates-io]
replace-with = "vendored-sources"
[source."git+https://github.com/ostreedev/ostree-rs-ext?rev=cb9eab9b7d1061bcdc2b797c7370aa8d21375b2f"]
git = "https://github.com/ostreedev/ostree-rs-ext"
rev = "cb9eab9b7d1061bcdc2b797c7370aa8d21375b2f"
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"
EOF
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ anstream = "0.6.11"
anstyle = "1.0.6"
anyhow = "1.0"
camino = { version = "1.1.6", features = ["serde1"] }
ostree-ext = { version = "0.13", git = "https://github.com/ostreedev/ostree-rs-ext", rev = "cb9eab9b7d1061bcdc2b797c7370aa8d21375b2f" }
ostree-ext = { version = "0.13.2" }
chrono = { version = "0.4.34", features = ["serde"] }
clap = { version= "4.5", features = ["derive"] }
clap_mangen = { version = "0.2", optional = true }
Expand Down

0 comments on commit 406b905

Please sign in to comment.