Skip to content

Commit 9ad3b3c

Browse files
authored
Merge pull request #18 from calebschoepp/bump-version
Bump Spin to v2.5.1
2 parents 3439b20 + 0b74e7c commit 9ad3b3c

File tree

2 files changed

+63
-64
lines changed

2 files changed

+63
-64
lines changed

Cargo.lock

Lines changed: 60 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ anyhow = "1.0.75"
1717
async-trait = "0.1"
1818
clap = { version = "3.1.15", features = ["derive", "env"] }
1919
serde = "1.0"
20-
spin-app = { git = "https://github.com/fermyon/spin", tag = "v2.5.0" }
21-
spin-core = { git = "https://github.com/fermyon/spin", tag = "v2.5.0" }
22-
spin-trigger = { git = "https://github.com/fermyon/spin", tag = "v2.5.0" }
20+
spin-app = { git = "https://github.com/fermyon/spin", tag = "v2.5.1" }
21+
spin-core = { git = "https://github.com/fermyon/spin", tag = "v2.5.1" }
22+
spin-trigger = { git = "https://github.com/fermyon/spin", tag = "v2.5.1" }
2323
tokio = { version = "1.23", features = ["full"] }
2424
tracing = { version = "0.1", features = ["log"] }
2525
tracing-subscriber = { version = "0.3.7", features = ["env-filter"] }

0 commit comments

Comments
 (0)