Skip to content

Commit 4446e15

Browse files
committed
Bump to next dev version: v0.11.4-dev
1 parent 7007d70 commit 4446e15

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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.3"
7+
version = "0.11.4-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
@@ -21,7 +21,7 @@ rand = "0.9.2"
2121
serde = "1.0.228"
2222
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] }
2323
tower-http = { version = "0.6.6", features = ["cors"] }
24-
twips = { path = "../lib", version = "0.11.3-dev" }
24+
twips = { path = "../lib", version = "0.11.4-dev" }
2525

2626
[[bin]]
2727
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.3-dev" }
13+
twips = { path = "../lib", version = "0.11.4-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.3-dev" }
13+
twips = { path = "../lib", version = "0.11.4-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)