Skip to content

Commit

Permalink
Merge pull request #18 from calebschoepp/bump-version
Browse files Browse the repository at this point in the history
Bump Spin to v2.5.1
  • Loading branch information
calebschoepp authored May 14, 2024
2 parents 3439b20 + 0b74e7c commit 9ad3b3c
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 64 deletions.
121 changes: 60 additions & 61 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.5.0" }
spin-core = { git = "https://github.com/fermyon/spin", tag = "v2.5.0" }
spin-trigger = { git = "https://github.com/fermyon/spin", tag = "v2.5.0" }
spin-app = { git = "https://github.com/fermyon/spin", tag = "v2.5.1" }
spin-core = { git = "https://github.com/fermyon/spin", tag = "v2.5.1" }
spin-trigger = { git = "https://github.com/fermyon/spin", tag = "v2.5.1" }
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 9ad3b3c

Please sign in to comment.