Skip to content

Commit b3d0613

Browse files
committed
DO NOT MERGE: trying to get 'cargo vendor` working
1 parent 67a48b2 commit b3d0613

File tree

4 files changed

+10
-45
lines changed

4 files changed

+10
-45
lines changed

Cargo.lock

Lines changed: 4 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ hyper-util = { version = "0.1", features = ["tokio"] }
143143
indexmap = "2"
144144
itertools = "0.14"
145145
lazy_static = "1.5"
146+
oci-distribution = { git = "https://github.com/fermyon/oci-distribution", rev = "7e4ce9be9bcd22e78a28f06204931f10c44402ba" }
146147
path-absolutize = "3"
147148
pin-project-lite = "0.2.16"
148149
quote = "1"
@@ -192,3 +193,6 @@ blocks_in_conditions = "allow"
192193
[[bin]]
193194
name = "spin"
194195
path = "src/bin/spin.rs"
196+
197+
[patch.crates-io]
198+
jwt = { git = "https://github.com/vdice/rust-jwt", rev = "c5b596d28a39dd428350b445d5c5829ba6352f02" }

crates/environments/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ futures = "0.3"
1313
futures-util = "0.3"
1414
id-arena = "2"
1515
indexmap = "2"
16-
oci-distribution = { git = "https://github.com/fermyon/oci-distribution", rev = "7e4ce9be9bcd22e78a28f06204931f10c44402ba" }
16+
oci-distribution = { workspace = true }
1717
semver = "1"
1818
serde = { version = "1", features = ["derive"] }
1919
serde_json = "1"

crates/oci/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dkregistry = { git = "https://github.com/fermyon/dkregistry-rs", rev = "161cf2b6
1717
docker_credential = "1"
1818
futures-util = { workspace = true }
1919
itertools = { workspace = true }
20-
oci-distribution = { git = "https://github.com/fermyon/oci-distribution", rev = "7b291a39f74d1a3c9499d934a56cae6580fc8e37" }
20+
oci-distribution = { workspace = true }
2121
reqwest = { workspace = true }
2222
serde = { workspace = true }
2323
serde_json = { workspace = true }

0 commit comments

Comments
 (0)