Skip to content

Commit 37528eb

Browse files
authored
Merge pull request #22 from itowlson/the-shenanigiser
Explore an end-to-end approach to Rust bindings
2 parents 665905e + 478d6a2 commit 37528eb

File tree

11 files changed

+731
-1042
lines changed

11 files changed

+731
-1042
lines changed

Cargo.lock

Lines changed: 300 additions & 945 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ reqwest = "0.12.7"
1111
serde = { version = "1.0", features = ["derive"] }
1212
serde_json = "1"
1313
sha2 = "0.10.8"
14-
spin-manifest = { git = "https://github.com/fermyon/spin" }
15-
spin-serde = { git = "https://github.com/fermyon/spin" }
16-
spin-loader = { git = "https://github.com/fermyon/spin" }
14+
spin-common = { git = "https://github.com/fermyon/spin", tag = "v3.0.0" }
15+
spin-manifest = { git = "https://github.com/fermyon/spin", tag = "v3.0.0" }
16+
spin-serde = { git = "https://github.com/fermyon/spin", tag = "v3.0.0" }
17+
spin-loader = { git = "https://github.com/fermyon/spin", tag = "v3.0.0" }
1718
tokio = { version = "1.40.0", features = ["full"] }
1819
toml = "0.8.19"
1920
toml_edit = "0.22.21"

0 commit comments

Comments
 (0)