Skip to content

Commit

Permalink
Bump the Spin version to v1.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Sloka <steve@outerbase.com>
  • Loading branch information
stevesloka committed Jul 15, 2023
1 parent 2062024 commit e97a271
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions containerd-shim-spin-v1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ clap = { version = "4.3", features = ["derive", "env"] }
containerd-shim = "0.3"
containerd-shim-wasm = "0.1"
log = "0.4"
spin-trigger = { git = "https://github.com/fermyon/spin", tag = "v1.3.0" }
spin-app = { git = "https://github.com/fermyon/spin", tag = "v1.3.0" }
spin-core = { git = "https://github.com/fermyon/spin", tag = "v1.3.0" }
spin-trigger-http = { git = "https://github.com/fermyon/spin", tag = "v1.3.0" }
spin-loader = { git = "https://github.com/fermyon/spin", tag = "v1.3.0" }
spin-manifest = { git = "https://github.com/fermyon/spin", tag = "v1.3.0" }
spin-trigger = { git = "https://github.com/fermyon/spin", tag = "v1.4.0" }
spin-app = { git = "https://github.com/fermyon/spin", tag = "v1.4.0" }
spin-core = { git = "https://github.com/fermyon/spin", tag = "v1.4.0" }
spin-trigger-http = { git = "https://github.com/fermyon/spin", tag = "v1.4.0" }
spin-loader = { git = "https://github.com/fermyon/spin", tag = "v1.4.0" }
spin-manifest = { git = "https://github.com/fermyon/spin", tag = "v1.4.0" }
wasmtime = "8.0.1"
tokio = { version = "1", features = ["rt"] }
tokio-util = { version = "0.7", features = ["codec"] }
Expand Down

0 comments on commit e97a271

Please # to comment.