Skip to content

Commit a3b3520

Browse files
committed
Bump to next dev version: v0.11.3-dev
1 parent 5e0c6e4 commit a3b3520

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -4,7 +4,7 @@ members = ["src/lib", "src/cli", "src/ffi", "src/wasm", "script/cargo-run-bin"]
44
default-members = ["src/cli"]
55

66
[workspace.package]
7-
version = "0.11.2"
7+
version = "0.11.3-dev"
88
license = "MPL-2.0"
99
edition = "2021"
1010
repository = "https://github.com/cubing/twips"

src/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rand = "0.9.2"
1818
serde = "1.0.228"
1919
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] }
2020
tower-http = { version = "0.6.6", features = ["cors"] }
21-
twips = { path = "../lib", version = "0.11.2-dev" }
21+
twips = { path = "../lib", version = "0.11.3-dev" }
2222

2323
[[bin]]
2424
name = "twips"

src/ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/cubing/twips"
1010
default = []
1111

1212
[dependencies]
13-
twips = { path = "../lib", version = "0.11.2-dev" }
13+
twips = { path = "../lib", version = "0.11.3-dev" }
1414

1515
[lib]
1616
path = "./lib.rs"

src/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/cubing/twips"
1010
default = []
1111

1212
[dependencies]
13-
twips = { path = "../lib", version = "0.11.2-dev" }
13+
twips = { path = "../lib", version = "0.11.3-dev" }
1414
getrandom = { version = "0.3.4", features = [
1515
# We don't use `getrandom` directly (only through `rand`), but we need to
1616
# declare it as a dependency in order to enable the `wasm_js` feature that we

0 commit comments

Comments
 (0)