Skip to content

Commit

Permalink
Merge pull request #168 from kate-goldenring/use-latest-spin-crates
Browse files Browse the repository at this point in the history
chore(*): use latest spin crates
  • Loading branch information
kate-goldenring committed Jan 17, 2024
2 parents d44074a + 2cbb27b commit 533a288
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 26 deletions.
45 changes: 26 additions & 19 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ semver = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.82"
sha2 = "0.10.2"
spin-common = { git = "https://github.com/fermyon/spin", rev = "9672d74122e422cd8c65b8ea2381cfbe29b2389d" }
spin-loader = { git = "https://github.com/fermyon/spin", rev = "9672d74122e422cd8c65b8ea2381cfbe29b2389d" }
spin-locked-app = { git = "https://github.com/fermyon/spin", rev = "9672d74122e422cd8c65b8ea2381cfbe29b2389d" }
spin-http = { git = "https://github.com/fermyon/spin", rev = "9672d74122e422cd8c65b8ea2381cfbe29b2389d", default-features = false }
spin-manifest = { git = "https://github.com/fermyon/spin", rev = "9672d74122e422cd8c65b8ea2381cfbe29b2389d" }
spin-oci = { git = "https://github.com/fermyon/spin", rev = "9672d74122e422cd8c65b8ea2381cfbe29b2389d" }
terminal = { git = "https://github.com/fermyon/spin", rev = "9672d74122e422cd8c65b8ea2381cfbe29b2389d" }
spin-common = { git = "https://github.com/fermyon/spin", rev = "4ca3a56153a1d85b176ffd05804a476a59deb4ea" }
spin-loader = { git = "https://github.com/fermyon/spin", rev = "4ca3a56153a1d85b176ffd05804a476a59deb4ea" }
spin-locked-app = { git = "https://github.com/fermyon/spin", rev = "4ca3a56153a1d85b176ffd05804a476a59deb4ea" }
spin-http = { git = "https://github.com/fermyon/spin", rev = "4ca3a56153a1d85b176ffd05804a476a59deb4ea", default-features = false }
spin-manifest = { git = "https://github.com/fermyon/spin", rev = "4ca3a56153a1d85b176ffd05804a476a59deb4ea" }
spin-oci = { git = "https://github.com/fermyon/spin", rev = "4ca3a56153a1d85b176ffd05804a476a59deb4ea" }
terminal = { git = "https://github.com/fermyon/spin", rev = "4ca3a56153a1d85b176ffd05804a476a59deb4ea" }
tempfile = "3.3.0"
url = { version = "2.3", features = ["serde"] }
uuid = { version = "1.3", features = ["v4"] }
Expand Down
1 change: 1 addition & 0 deletions src/commands/deploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ impl DeployCommand {
spin_loader::from_file(
&app_file,
spin_loader::FilesMountStrategy::Copy(working_dir.to_owned()),
None,
)
.await?
}
Expand Down

0 comments on commit 533a288

Please sign in to comment.