Skip to content

Commit 55ff1e2

Browse files
Merge pull request #547 from fastly/dgohman-fastly/bump
Bump the version number to 0.15.
2 parents bdc37c9 + 28e9b9b commit 55ff1e2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "viceroy-lib"
3-
version = "0.14.5"
3+
version = "0.15.0"
44
description = "Viceroy implementation details."
55
authors = ["Fastly"]
66
edition = "2021"

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "viceroy"
33
description = "Viceroy is a local testing daemon for Fastly Compute."
4-
version = "0.14.5"
4+
version = "0.15.0"
55
authors = ["Fastly"]
66
readme = "../README.md"
77
edition = "2021"
@@ -43,7 +43,7 @@ tokio = { workspace = true }
4343
tokio-rustls = { workspace = true }
4444
tracing = { workspace = true }
4545
tracing-subscriber = { version = "^0.3.16", features = ["env-filter", "fmt"] }
46-
viceroy-lib = { path = "..", version = "=0.14.5" }
46+
viceroy-lib = { path = "..", version = "=0.15.0" }
4747
wat = "^1.0.38"
4848
wasmtime = { workspace = true }
4949
wasmtime-wasi = { workspace = true }

cli/tests/trap-test/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)