Skip to content

Commit f19ddd0

Browse files
authored
Bump version (#3280)
1 parent 893544e commit f19ddd0

File tree

31 files changed

+150
-150
lines changed

31 files changed

+150
-150
lines changed

Cargo.lock

Lines changed: 33 additions & 33 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
@@ -31,7 +31,7 @@ members = [
3131
exclude = ["cmd/minimal"]
3232

3333
[workspace.package]
34-
version = "0.12.3"
34+
version = "0.12.4"
3535
edition = "2024"
3636
readme = "README.md"
3737
repository = "https://github.com/raviqqe/stak"

bench/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ name = "embed"
1414

1515
[dependencies]
1616
mlua = { version = "0.11.5", features = ["lua54"] }
17-
stak = { path = "../root", version = "0.12.3" }
18-
stak-compiler = { path = "../compiler", version = "0.12.3" }
17+
stak = { path = "../root", version = "0.12.4" }
18+
stak-compiler = { path = "../compiler", version = "0.12.4" }
1919

2020
[dev-dependencies]
2121
criterion = { package = "codspeed-criterion-compat", version = "2.7.2" }
2222

2323
[build-dependencies]
24-
stak-build = { path = "../build", version = "0.12.3" }
24+
stak-build = { path = "../build", version = "0.12.4" }
2525

2626
[lints]
2727
workspace = true

build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories.workspace = true
1111

1212
[dependencies]
1313
glob = "0.3.3"
14-
stak-compiler = { path = "../compiler", version = "0.12.3" }
14+
stak-compiler = { path = "../compiler", version = "0.12.4" }
1515
tokio = { version = "1.48.0", features = [
1616
"fs",
1717
"io-util",

cmd/compile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords.workspace = true
1010
categories.workspace = true
1111

1212
[dependencies]
13-
stak-sac = { path = "../../sac", version = "0.12.3", features = ["std"] }
13+
stak-sac = { path = "../../sac", version = "0.12.4", features = ["std"] }
1414

1515
[features]
1616
default = ["float"]

cmd/decode/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords.workspace = true
1010
categories.workspace = true
1111

1212
[dependencies]
13-
stak-sac = { path = "../../sac", version = "0.12.3", features = [
13+
stak-sac = { path = "../../sac", version = "0.12.4", features = [
1414
"float",
1515
"std",
1616
] }

cmd/interpret/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ categories.workspace = true
1212
[dependencies]
1313
clap = { version = "4.5.53", features = ["derive"] }
1414
main_error = "0.1.2"
15-
stak-configuration = { path = "../../configuration", version = "0.12.3" }
16-
stak-device = { path = "../../device", version = "0.12.3", features = ["std"] }
17-
stak-file = { path = "../../file", version = "0.12.3", features = ["std"] }
18-
stak-process-context = { path = "../../process-context", version = "0.12.3", features = [
15+
stak-configuration = { path = "../../configuration", version = "0.12.4" }
16+
stak-device = { path = "../../device", version = "0.12.4", features = ["std"] }
17+
stak-file = { path = "../../file", version = "0.12.4", features = ["std"] }
18+
stak-process-context = { path = "../../process-context", version = "0.12.4", features = [
1919
"std",
2020
] }
21-
stak-r7rs = { path = "../../r7rs", version = "0.12.3" }
22-
stak-time = { path = "../../time", version = "0.12.3", features = ["std"] }
23-
stak-vm = { path = "../../vm", version = "0.12.3" }
21+
stak-r7rs = { path = "../../r7rs", version = "0.12.4" }
22+
stak-time = { path = "../../time", version = "0.12.4", features = ["std"] }
23+
stak-vm = { path = "../../vm", version = "0.12.4" }
2424

2525
[features]
2626
default = ["float"]

0 commit comments

Comments
 (0)