Skip to content

Commit

Permalink
Merge pull request #10 from karthik2804/bump_spin_ver
Browse files Browse the repository at this point in the history
update spin crate versions
  • Loading branch information
karthik2804 authored Apr 5, 2024
2 parents 46f12c8 + 95eecbe commit af3cf11
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 63 deletions.
120 changes: 60 additions & 60 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 @@ -17,9 +17,9 @@ anyhow = "1.0.75"
async-trait = "0.1"
clap = { version = "3.1.15", features = ["derive", "env"] }
serde = "1.0"
spin-app = { git = "https://github.com/fermyon/spin", tag = "v2.4.0" }
spin-core = { git = "https://github.com/fermyon/spin", tag = "v2.4.0" }
spin-trigger = { git = "https://github.com/fermyon/spin", tag = "v2.4.0" }
spin-app = { git = "https://github.com/fermyon/spin", tag = "v2.4.2" }
spin-core = { git = "https://github.com/fermyon/spin", tag = "v2.4.2" }
spin-trigger = { git = "https://github.com/fermyon/spin", tag = "v2.4.2" }
tokio = { version = "1.23", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.7", features = ["env-filter"] }
Expand Down

0 comments on commit af3cf11

Please sign in to comment.