Skip to content

Commit

Permalink
replace spin deps
Browse files Browse the repository at this point in the history
Signed-off-by: karthik2804 <[email protected]>
  • Loading branch information
karthik2804 committed Sep 23, 2024
1 parent 9941099 commit ebb7c72
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 11 deletions.
30 changes: 22 additions & 8 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ clap = { version = "4.5.17", features = ["derive"] }
dialoguer = "0.11.0"
reqwest = "0.12.7"
sha2 = "0.10.8"
spin-manifest = { path = "/Users/karthik_ganeshram/Work/fermyon/spin/crates/manifest" }
spin-serde = { path = "/Users/karthik_ganeshram/Work/fermyon/spin/crates/serde" }
spin-loader = { path = "/Users/karthik_ganeshram/Work/fermyon/spin/crates/loader" }
spin-manifest = { git = "https://github.com/fermyon/spin" }
spin-serde = { git = "https://github.com/fermyon/spin" }
spin-loader = { git = "https://github.com/fermyon/spin" }
tokio = { version = "1.40.0", features = ["full"] }
toml = "0.8.19"
toml_edit = "0.22.21"
Expand Down

0 comments on commit ebb7c72

Please sign in to comment.