Skip to content

Commit

Permalink
Bump version (#2113)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Feb 24, 2025
1 parent f7c6c73 commit 55e2470
Show file tree
Hide file tree
Showing 38 changed files with 191 additions and 191 deletions.
68 changes: 34 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions bench/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[package]
name = "stak-bench"
version = "0.1.9"
version = "0.1.10"
publish = false
edition.workspace = true

[dependencies]
stak = { version = "0.7.2", path = "../root" }
stak-compiler = { version = "0.2.7", path = "../compiler" }
stak = { version = "0.8.0", path = "../root" }
stak-compiler = { version = "0.2.8", path = "../compiler" }

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

[build-dependencies]
stak-build = { version = "0.1.56", path = "../build" }
stak-build = { version = "0.1.57", path = "../build" }

[lints]
workspace = true
Expand Down
4 changes: 2 additions & 2 deletions build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "stak-build"
description = "Build scripts for Stak Scheme"
version = "0.1.56"
version = "0.1.57"
edition.workspace = true
keywords.workspace = true
license-file.workspace = true
Expand All @@ -10,7 +10,7 @@ repository.workspace = true

[dependencies]
glob = "0.3.2"
stak-compiler = { version = "0.2.7", path = "../compiler" }
stak-compiler = { version = "0.2.8", path = "../compiler" }
tokio = { version = "1.43.0", features = [
"fs",
"io-util",
Expand Down
2 changes: 1 addition & 1 deletion cmd/compile/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "stak-compile"
description = "Stak Scheme bytecode compiler"
version = "0.4.7"
version = "0.4.8"
edition.workspace = true
keywords.workspace = true
license-file.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions cmd/decode/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "stak-decode"
description = "Stak Scheme bytecode decoder"
version = "0.1.101"
version = "0.1.102"
edition.workspace = true
keywords.workspace = true
license-file.workspace = true
readme.workspace = true
repository.workspace = true

[dependencies]
stak-sac = { version = "0.1.99", path = "../../sac", features = [
stak-sac = { version = "0.1.100", path = "../../sac", features = [
"float",
"std",
] }
Expand Down
16 changes: 8 additions & 8 deletions cmd/interpret/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "stak-interpret"
description = "Stak Scheme bytecode interpreter"
version = "0.3.26"
version = "0.3.27"
edition.workspace = true
keywords.workspace = true
license-file.workspace = true
Expand All @@ -18,15 +18,15 @@ trace_memory = ["stak-vm/trace_memory"]
[dependencies]
clap = { version = "4.5.30", features = ["derive"] }
main_error = "0.1.2"
stak-configuration = { version = "0.1.93", path = "../../configuration" }
stak-device = { version = "0.2.97", path = "../../device", features = ["std"] }
stak-file = { version = "0.5.11", path = "../../file", features = ["std"] }
stak-process-context = { version = "0.2.55", path = "../../process_context", features = [
stak-configuration = { version = "0.1.94", path = "../../configuration" }
stak-device = { version = "0.2.98", path = "../../device", features = ["std"] }
stak-file = { version = "0.5.12", path = "../../file", features = ["std"] }
stak-process-context = { version = "0.2.56", path = "../../process_context", features = [
"std",
] }
stak-r7rs = { version = "0.9.11", path = "../../r7rs" }
stak-time = { version = "0.1.38", path = "../../time", features = ["std"] }
stak-vm = { version = "0.7.26", path = "../../vm" }
stak-r7rs = { version = "0.9.12", path = "../../r7rs" }
stak-time = { version = "0.1.39", path = "../../time", features = ["std"] }
stak-vm = { version = "0.7.27", path = "../../vm" }

[lints]
workspace = true
Loading

0 comments on commit 55e2470

Please sign in to comment.