From 0f94fd39f7efcc503259af248966d91c1bccac20 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Wed, 22 Jan 2025 10:02:40 +0900 Subject: [PATCH] Bump version (#2032) --- Cargo.lock | 60 ++++++++++++++--------------- bench/Cargo.toml | 8 ++-- build/Cargo.toml | 4 +- cmd/compile/Cargo.toml | 2 +- cmd/decode/Cargo.toml | 4 +- cmd/interpret/Cargo.toml | 16 ++++---- cmd/minify/Cargo.toml | 4 +- cmd/minimal/Cargo.lock | 32 +++++++-------- cmd/minimal/interpret/Cargo.toml | 2 +- cmd/minimal/run/Cargo.toml | 2 +- cmd/profile/Cargo.toml | 18 ++++----- cmd/repl/Cargo.toml | 4 +- compiler/Cargo.toml | 16 ++++---- configuration/Cargo.toml | 2 +- device/Cargo.toml | 4 +- examples/embedded-script/Cargo.toml | 6 +-- examples/hot-reload/Cargo.toml | 6 +-- file/Cargo.toml | 4 +- inexact/Cargo.toml | 4 +- macro-util/Cargo.toml | 2 +- macro/Cargo.toml | 6 +-- minifier/Cargo.toml | 18 ++++----- minifier_macro/Cargo.toml | 6 +-- module/Cargo.toml | 2 +- native/Cargo.toml | 4 +- process_context/Cargo.toml | 4 +- profiler/Cargo.toml | 4 +- r7rs/Cargo.toml | 16 ++++---- root/Cargo.toml | 24 ++++++------ sac/Cargo.toml | 20 +++++----- time/Cargo.toml | 4 +- util/Cargo.toml | 2 +- vm/Cargo.toml | 2 +- wasm/Cargo.toml | 24 ++++++------ 34 files changed, 168 insertions(+), 168 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d9558625..95d08ef2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -417,7 +417,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" [[package]] name = "embedded-script" -version = "0.1.14" +version = "0.1.15" dependencies = [ "stak", "stak-build", @@ -595,7 +595,7 @@ dependencies = [ [[package]] name = "hot-reload" -version = "0.1.14" +version = "0.1.15" dependencies = [ "axum", "stak", @@ -1224,7 +1224,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "stak" -version = "0.5.2" +version = "0.5.3" dependencies = [ "stak-build", "stak-device", @@ -1241,7 +1241,7 @@ dependencies = [ [[package]] name = "stak-bench" -version = "0.1.4" +version = "0.1.5" dependencies = [ "codspeed-criterion-compat", "stak", @@ -1251,7 +1251,7 @@ dependencies = [ [[package]] name = "stak-build" -version = "0.1.51" +version = "0.1.52" dependencies = [ "glob", "stak-compiler", @@ -1261,14 +1261,14 @@ dependencies = [ [[package]] name = "stak-compile" -version = "0.4.2" +version = "0.4.3" dependencies = [ "stak-sac", ] [[package]] name = "stak-compiler" -version = "0.2.2" +version = "0.2.3" dependencies = [ "indoc", "stak-configuration", @@ -1282,18 +1282,18 @@ dependencies = [ [[package]] name = "stak-configuration" -version = "0.1.88" +version = "0.1.89" [[package]] name = "stak-decode" -version = "0.1.96" +version = "0.1.97" dependencies = [ "stak-sac", ] [[package]] name = "stak-device" -version = "0.2.92" +version = "0.2.93" dependencies = [ "rustix", "stak-vm", @@ -1301,7 +1301,7 @@ dependencies = [ [[package]] name = "stak-file" -version = "0.5.6" +version = "0.5.7" dependencies = [ "heapless", "rustix", @@ -1311,7 +1311,7 @@ dependencies = [ [[package]] name = "stak-inexact" -version = "0.1.5" +version = "0.1.6" dependencies = [ "libm", "stak-vm", @@ -1319,7 +1319,7 @@ dependencies = [ [[package]] name = "stak-interpret" -version = "0.3.21" +version = "0.3.22" dependencies = [ "clap", "main_error", @@ -1334,7 +1334,7 @@ dependencies = [ [[package]] name = "stak-macro" -version = "0.2.11" +version = "0.2.12" dependencies = [ "cfg-exif", "proc-macro2", @@ -1352,7 +1352,7 @@ dependencies = [ [[package]] name = "stak-macro-util" -version = "0.1.69" +version = "0.1.70" dependencies = [ "proc-macro2", "quote", @@ -1361,7 +1361,7 @@ dependencies = [ [[package]] name = "stak-minifier" -version = "0.1.70" +version = "0.1.71" dependencies = [ "pretty_assertions", "stak-configuration", @@ -1376,7 +1376,7 @@ dependencies = [ [[package]] name = "stak-minifier-macro" -version = "0.1.70" +version = "0.1.71" dependencies = [ "proc-macro2", "quote", @@ -1387,21 +1387,21 @@ dependencies = [ [[package]] name = "stak-minify" -version = "0.1.70" +version = "0.1.71" dependencies = [ "stak-sac", ] [[package]] name = "stak-module" -version = "0.1.12" +version = "0.1.13" dependencies = [ "hmr", ] [[package]] name = "stak-native" -version = "0.1.6" +version = "0.2.0" dependencies = [ "any-fn", "heapless", @@ -1410,14 +1410,14 @@ dependencies = [ [[package]] name = "stak-process-context" -version = "0.2.50" +version = "0.2.51" dependencies = [ "stak-vm", ] [[package]] name = "stak-profile" -version = "0.3.21" +version = "0.3.22" dependencies = [ "clap", "main_error", @@ -1433,7 +1433,7 @@ dependencies = [ [[package]] name = "stak-profiler" -version = "0.2.21" +version = "0.2.22" dependencies = [ "indoc", "pretty_assertions", @@ -1442,7 +1442,7 @@ dependencies = [ [[package]] name = "stak-r7rs" -version = "0.9.6" +version = "0.9.7" dependencies = [ "stak-device", "stak-file", @@ -1455,14 +1455,14 @@ dependencies = [ [[package]] name = "stak-repl" -version = "0.2.27" +version = "0.2.28" dependencies = [ "stak-sac", ] [[package]] name = "stak-sac" -version = "0.1.94" +version = "0.1.95" dependencies = [ "clap", "libc", @@ -1481,7 +1481,7 @@ dependencies = [ [[package]] name = "stak-time" -version = "0.1.33" +version = "0.1.34" dependencies = [ "rustix", "stak-vm", @@ -1489,7 +1489,7 @@ dependencies = [ [[package]] name = "stak-util" -version = "0.1.68" +version = "0.1.69" dependencies = [ "libc", "rustix", @@ -1497,7 +1497,7 @@ dependencies = [ [[package]] name = "stak-vm" -version = "0.7.21" +version = "0.7.22" dependencies = [ "cfg-exif", "insta", @@ -1512,7 +1512,7 @@ dependencies = [ [[package]] name = "stak-wasm" -version = "0.3.21" +version = "0.3.22" dependencies = [ "stak-build", "stak-compiler", diff --git a/bench/Cargo.toml b/bench/Cargo.toml index 085b6c644..1e90fa995 100644 --- a/bench/Cargo.toml +++ b/bench/Cargo.toml @@ -1,18 +1,18 @@ [package] name = "stak-bench" -version = "0.1.4" +version = "0.1.5" publish = false edition.workspace = true [dependencies] -stak = { version = "0.5.2", path = "../root" } -stak-compiler = { version = "0.2.2", path = "../compiler" } +stak = { version = "0.5.3", path = "../root" } +stak-compiler = { version = "0.2.3", path = "../compiler" } [dev-dependencies] criterion = { package = "codspeed-criterion-compat", version = "2.7.2" } [build-dependencies] -stak-build = { version = "0.1.51", path = "../build" } +stak-build = { version = "0.1.52", path = "../build" } [lints] workspace = true diff --git a/build/Cargo.toml b/build/Cargo.toml index e0112ac5a..80f627ce0 100644 --- a/build/Cargo.toml +++ b/build/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-build" description = "Build scripts for Stak Scheme" -version = "0.1.51" +version = "0.1.52" edition.workspace = true keywords.workspace = true license-file.workspace = true @@ -10,7 +10,7 @@ repository.workspace = true [dependencies] glob = "0.3.2" -stak-compiler = { version = "0.2.2", path = "../compiler" } +stak-compiler = { version = "0.2.3", path = "../compiler" } tokio = { version = "1.43.0", features = [ "fs", "io-util", diff --git a/cmd/compile/Cargo.toml b/cmd/compile/Cargo.toml index 8a9695c31..b23fee80d 100644 --- a/cmd/compile/Cargo.toml +++ b/cmd/compile/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-compile" description = "Stak Scheme bytecode compiler" -version = "0.4.2" +version = "0.4.3" edition.workspace = true keywords.workspace = true license-file.workspace = true diff --git a/cmd/decode/Cargo.toml b/cmd/decode/Cargo.toml index d8f920b1a..5f0da3940 100644 --- a/cmd/decode/Cargo.toml +++ b/cmd/decode/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-decode" description = "Stak Scheme bytecode decoder" -version = "0.1.96" +version = "0.1.97" edition.workspace = true keywords.workspace = true license-file.workspace = true @@ -9,7 +9,7 @@ readme.workspace = true repository.workspace = true [dependencies] -stak-sac = { version = "0.1.94", path = "../../sac", features = [ +stak-sac = { version = "0.1.95", path = "../../sac", features = [ "float", "std", ] } diff --git a/cmd/interpret/Cargo.toml b/cmd/interpret/Cargo.toml index 3a063edf2..3a3d1b9fc 100644 --- a/cmd/interpret/Cargo.toml +++ b/cmd/interpret/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-interpret" description = "Stak Scheme bytecode interpreter" -version = "0.3.21" +version = "0.3.22" edition.workspace = true keywords.workspace = true license-file.workspace = true @@ -18,15 +18,15 @@ trace_memory = ["stak-vm/trace_memory"] [dependencies] clap = { version = "4.5.27", features = ["derive"] } main_error = "0.1.2" -stak-configuration = { version = "0.1.88", path = "../../configuration" } -stak-device = { version = "0.2.92", path = "../../device", features = ["std"] } -stak-file = { version = "0.5.6", path = "../../file", features = ["std"] } -stak-process-context = { version = "0.2.50", path = "../../process_context", features = [ +stak-configuration = { version = "0.1.89", path = "../../configuration" } +stak-device = { version = "0.2.93", path = "../../device", features = ["std"] } +stak-file = { version = "0.5.7", path = "../../file", features = ["std"] } +stak-process-context = { version = "0.2.51", path = "../../process_context", features = [ "std", ] } -stak-r7rs = { version = "0.9.6", path = "../../r7rs" } -stak-time = { version = "0.1.33", path = "../../time", features = ["std"] } -stak-vm = { version = "0.7.21", path = "../../vm" } +stak-r7rs = { version = "0.9.7", path = "../../r7rs" } +stak-time = { version = "0.1.34", path = "../../time", features = ["std"] } +stak-vm = { version = "0.7.22", path = "../../vm" } [lints] workspace = true diff --git a/cmd/minify/Cargo.toml b/cmd/minify/Cargo.toml index 3d54ddd3d..3c5bd59ae 100644 --- a/cmd/minify/Cargo.toml +++ b/cmd/minify/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-minify" description = "Stak Scheme source code minifier" -version = "0.1.70" +version = "0.1.71" edition.workspace = true keywords.workspace = true license-file.workspace = true @@ -13,7 +13,7 @@ default = ["float"] float = ["stak-sac/float"] [dependencies] -stak-sac = { version = "0.1.94", path = "../../sac", features = ["std"] } +stak-sac = { version = "0.1.95", path = "../../sac", features = ["std"] } [lints] workspace = true diff --git a/cmd/minimal/Cargo.lock b/cmd/minimal/Cargo.lock index 55b3628dd..39b3a1389 100644 --- a/cmd/minimal/Cargo.lock +++ b/cmd/minimal/Cargo.lock @@ -69,14 +69,14 @@ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" [[package]] name = "mstak" -version = "0.3.27" +version = "0.3.28" dependencies = [ "stak-sac", ] [[package]] name = "mstak-interpret" -version = "0.4.21" +version = "0.4.22" dependencies = [ "libc", "stak-device", @@ -127,7 +127,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "stak-compiler" -version = "0.2.2" +version = "0.2.3" dependencies = [ "stak-configuration", "stak-device", @@ -140,11 +140,11 @@ dependencies = [ [[package]] name = "stak-configuration" -version = "0.1.88" +version = "0.1.89" [[package]] name = "stak-device" -version = "0.2.92" +version = "0.2.93" dependencies = [ "rustix", "stak-vm", @@ -152,7 +152,7 @@ dependencies = [ [[package]] name = "stak-file" -version = "0.5.6" +version = "0.5.7" dependencies = [ "heapless", "rustix", @@ -161,7 +161,7 @@ dependencies = [ [[package]] name = "stak-inexact" -version = "0.1.5" +version = "0.1.6" dependencies = [ "libm", "stak-vm", @@ -169,7 +169,7 @@ dependencies = [ [[package]] name = "stak-macro" -version = "0.2.11" +version = "0.2.12" dependencies = [ "cfg-exif", "proc-macro2", @@ -181,7 +181,7 @@ dependencies = [ [[package]] name = "stak-macro-util" -version = "0.1.69" +version = "0.1.70" dependencies = [ "proc-macro2", "quote", @@ -190,7 +190,7 @@ dependencies = [ [[package]] name = "stak-native" -version = "0.1.6" +version = "0.2.0" dependencies = [ "heapless", "stak-vm", @@ -198,14 +198,14 @@ dependencies = [ [[package]] name = "stak-process-context" -version = "0.2.50" +version = "0.2.51" dependencies = [ "stak-vm", ] [[package]] name = "stak-r7rs" -version = "0.9.6" +version = "0.9.7" dependencies = [ "stak-device", "stak-file", @@ -218,7 +218,7 @@ dependencies = [ [[package]] name = "stak-sac" -version = "0.1.94" +version = "0.1.95" dependencies = [ "libc", "stak-configuration", @@ -234,7 +234,7 @@ dependencies = [ [[package]] name = "stak-time" -version = "0.1.33" +version = "0.1.34" dependencies = [ "rustix", "stak-vm", @@ -242,7 +242,7 @@ dependencies = [ [[package]] name = "stak-util" -version = "0.1.68" +version = "0.1.69" dependencies = [ "libc", "rustix", @@ -250,7 +250,7 @@ dependencies = [ [[package]] name = "stak-vm" -version = "0.7.21" +version = "0.7.22" dependencies = [ "cfg-exif", ] diff --git a/cmd/minimal/interpret/Cargo.toml b/cmd/minimal/interpret/Cargo.toml index 153fdaee0..99126cc87 100644 --- a/cmd/minimal/interpret/Cargo.toml +++ b/cmd/minimal/interpret/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mstak-interpret" description = "Minimal Stak Scheme bytecode interpreter" -version = "0.4.21" +version = "0.4.22" edition.workspace = true keywords.workspace = true license-file.workspace = true diff --git a/cmd/minimal/run/Cargo.toml b/cmd/minimal/run/Cargo.toml index cd406096e..c196f5bab 100644 --- a/cmd/minimal/run/Cargo.toml +++ b/cmd/minimal/run/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mstak" description = "Minimal Stak Scheme interpreter" -version = "0.3.27" +version = "0.3.28" edition.workspace = true keywords.workspace = true license-file.workspace = true diff --git a/cmd/profile/Cargo.toml b/cmd/profile/Cargo.toml index 937bce7b9..739590339 100644 --- a/cmd/profile/Cargo.toml +++ b/cmd/profile/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-profile" description = "Stak Scheme profiler" -version = "0.3.21" +version = "0.3.22" edition.workspace = true keywords.workspace = true license-file.workspace = true @@ -15,16 +15,16 @@ float = ["stak-vm/float"] [dependencies] clap = { version = "4.5.27", features = ["derive"] } main_error = "0.1.2" -stak-configuration = { version = "0.1.88", path = "../../configuration" } -stak-device = { version = "0.2.92", path = "../../device", features = ["std"] } -stak-file = { version = "0.5.6", path = "../../file", features = ["std"] } -stak-process-context = { version = "0.2.50", path = "../../process_context", features = [ +stak-configuration = { version = "0.1.89", path = "../../configuration" } +stak-device = { version = "0.2.93", path = "../../device", features = ["std"] } +stak-file = { version = "0.5.7", path = "../../file", features = ["std"] } +stak-process-context = { version = "0.2.51", path = "../../process_context", features = [ "std", ] } -stak-profiler = { version = "0.2.21", path = "../../profiler" } -stak-r7rs = { version = "0.9.6", path = "../../r7rs" } -stak-time = { version = "0.1.33", path = "../../time", features = ["std"] } -stak-vm = { version = "0.7.21", path = "../../vm", features = ["profile"] } +stak-profiler = { version = "0.2.22", path = "../../profiler" } +stak-r7rs = { version = "0.9.7", path = "../../r7rs" } +stak-time = { version = "0.1.34", path = "../../time", features = ["std"] } +stak-vm = { version = "0.7.22", path = "../../vm", features = ["profile"] } [lints] workspace = true diff --git a/cmd/repl/Cargo.toml b/cmd/repl/Cargo.toml index 7659c2515..72ce18c6b 100644 --- a/cmd/repl/Cargo.toml +++ b/cmd/repl/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-repl" description = "Stak Scheme REPL" -version = "0.2.27" +version = "0.2.28" edition.workspace = true keywords.workspace = true license-file.workspace = true @@ -13,7 +13,7 @@ default = ["float"] float = ["stak-sac/float"] [dependencies] -stak-sac = { version = "0.1.94", path = "../../sac", features = ["std"] } +stak-sac = { version = "0.1.95", path = "../../sac", features = ["std"] } [lints] workspace = true diff --git a/compiler/Cargo.toml b/compiler/Cargo.toml index 7eff10178..ebdc4d27e 100644 --- a/compiler/Cargo.toml +++ b/compiler/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-compiler" description = "Stak Scheme bytecode compiler" -version = "0.2.2" +version = "0.2.3" edition.workspace = true keywords.workspace = true license-file.workspace = true @@ -9,13 +9,13 @@ readme.workspace = true repository.workspace = true [dependencies] -stak-configuration = { version = "0.1.88", path = "../configuration" } -stak-device = { version = "0.2.92", path = "../device", features = ["std"] } -stak-file = { version = "0.5.6", path = "../file" } -stak-process-context = { version = "0.2.50", path = "../process_context" } -stak-r7rs = { version = "0.9.6", path = "../r7rs" } -stak-time = { version = "0.1.33", path = "../time" } -stak-vm = { version = "0.7.21", path = "../vm" } +stak-configuration = { version = "0.1.89", path = "../configuration" } +stak-device = { version = "0.2.93", path = "../device", features = ["std"] } +stak-file = { version = "0.5.7", path = "../file" } +stak-process-context = { version = "0.2.51", path = "../process_context" } +stak-r7rs = { version = "0.9.7", path = "../r7rs" } +stak-time = { version = "0.1.34", path = "../time" } +stak-vm = { version = "0.7.22", path = "../vm" } [dev-dependencies] indoc = "2.0.5" diff --git a/configuration/Cargo.toml b/configuration/Cargo.toml index 3c664fa27..5fe362d18 100644 --- a/configuration/Cargo.toml +++ b/configuration/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-configuration" description = "Stak Scheme configuration" -version = "0.1.88" +version = "0.1.89" edition.workspace = true keywords.workspace = true license-file.workspace = true diff --git a/device/Cargo.toml b/device/Cargo.toml index 5277d9b0c..dcd3bbea3 100644 --- a/device/Cargo.toml +++ b/device/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-device" description = "Devices for Stak Scheme" -version = "0.2.92" +version = "0.2.93" edition.workspace = true keywords.workspace = true license-file.workspace = true @@ -16,7 +16,7 @@ std = [] rustix = { version = "0.38.43", default-features = false, features = [ "stdio", ], optional = true } -stak-vm = { version = "0.7.21", path = "../vm" } +stak-vm = { version = "0.7.22", path = "../vm" } [lints] workspace = true diff --git a/examples/embedded-script/Cargo.toml b/examples/embedded-script/Cargo.toml index fd1a2f15a..09c6eab87 100644 --- a/examples/embedded-script/Cargo.toml +++ b/examples/embedded-script/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "embedded-script" -version = "0.1.14" +version = "0.1.15" publish = false edition.workspace = true [dependencies] -stak = { version = "0.5.2", path = "../../root" } +stak = { version = "0.5.3", path = "../../root" } [build-dependencies] -stak-build = { version = "0.1.51", path = "../../build" } +stak-build = { version = "0.1.52", path = "../../build" } [lints] workspace = true diff --git a/examples/hot-reload/Cargo.toml b/examples/hot-reload/Cargo.toml index 0f0c11edf..80a11227f 100644 --- a/examples/hot-reload/Cargo.toml +++ b/examples/hot-reload/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hot-reload" -version = "0.1.14" +version = "0.1.15" publish = false edition.workspace = true @@ -10,11 +10,11 @@ hot-reload = ["stak/hot-reload"] [dependencies] axum = "0.8.1" -stak = { version = "0.5.2", path = "../../root" } +stak = { version = "0.5.3", path = "../../root" } tokio = { version = "1.43.0", features = ["rt-multi-thread"] } [build-dependencies] -stak-build = { version = "0.1.51", path = "../../build" } +stak-build = { version = "0.1.52", path = "../../build" } [lints] workspace = true diff --git a/file/Cargo.toml b/file/Cargo.toml index 6859fc006..385d41f5d 100644 --- a/file/Cargo.toml +++ b/file/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-file" description = "File system for Stak Scheme" -version = "0.5.6" +version = "0.5.7" edition.workspace = true keywords.workspace = true license-file.workspace = true @@ -17,7 +17,7 @@ heapless = { version = "0.8.0", default-features = false } rustix = { version = "0.38.43", default-features = false, features = [ "fs", ], optional = true } -stak-vm = { version = "0.7.21", path = "../vm" } +stak-vm = { version = "0.7.22", path = "../vm" } [dev-dependencies] tempfile = "3.15.0" diff --git a/inexact/Cargo.toml b/inexact/Cargo.toml index 16a7a562a..4d1d88761 100644 --- a/inexact/Cargo.toml +++ b/inexact/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-inexact" description = "Inexact number operations for Stak Scheme" -version = "0.1.5" +version = "0.1.6" edition.workspace = true keywords.workspace = true license-file.workspace = true @@ -10,7 +10,7 @@ repository.workspace = true [dependencies] libm = { version = "0.2.11", default-features = false } -stak-vm = { version = "0.7.21", path = "../vm" } +stak-vm = { version = "0.7.22", path = "../vm" } [lints] workspace = true diff --git a/macro-util/Cargo.toml b/macro-util/Cargo.toml index c66f1d826..c3824d8cb 100644 --- a/macro-util/Cargo.toml +++ b/macro-util/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-macro-util" description = "Macro utilities for Stak Scheme" -version = "0.1.69" +version = "0.1.70" edition.workspace = true keywords.workspace = true license-file.workspace = true diff --git a/macro/Cargo.toml b/macro/Cargo.toml index 0c278333f..4d70b44b6 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-macro" description = "Macros to integrate Stak Scheme" -version = "0.2.11" +version = "0.2.12" edition.workspace = true keywords.workspace = true license-file.workspace = true @@ -18,8 +18,8 @@ hot-reload = [] cfg-exif = "0.3.1" proc-macro2 = { version = "1.0.93", features = ["proc-macro"] } quote = "1.0.38" -stak-compiler = { version = "0.2.2", path = "../compiler" } -stak-macro-util = { version = "0.1.69", path = "../macro-util" } +stak-compiler = { version = "0.2.3", path = "../compiler" } +stak-macro-util = { version = "0.1.70", path = "../macro-util" } syn = "2.0.96" [dev-dependencies] diff --git a/minifier/Cargo.toml b/minifier/Cargo.toml index 249c7adc1..b9d835f6f 100644 --- a/minifier/Cargo.toml +++ b/minifier/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-minifier" description = "Stak Scheme source code minifier" -version = "0.1.70" +version = "0.1.71" edition.workspace = true keywords.workspace = true license-file.workspace = true @@ -9,14 +9,14 @@ readme.workspace = true repository.workspace = true [dependencies] -stak-configuration = { version = "0.1.88", path = "../configuration" } -stak-device = { version = "0.2.92", path = "../device", features = ["std"] } -stak-file = { version = "0.5.6", path = "../file" } -stak-macro = { version = "0.2.11", path = "../macro" } -stak-r7rs = { version = "0.9.6", path = "../r7rs" } -stak-process-context = { version = "0.2.50", path = "../process_context" } -stak-vm = { version = "0.7.21", path = "../vm" } -stak-time = { version = "0.1.33", path = "../time" } +stak-configuration = { version = "0.1.89", path = "../configuration" } +stak-device = { version = "0.2.93", path = "../device", features = ["std"] } +stak-file = { version = "0.5.7", path = "../file" } +stak-macro = { version = "0.2.12", path = "../macro" } +stak-r7rs = { version = "0.9.7", path = "../r7rs" } +stak-process-context = { version = "0.2.51", path = "../process_context" } +stak-vm = { version = "0.7.22", path = "../vm" } +stak-time = { version = "0.1.34", path = "../time" } [dev-dependencies] pretty_assertions = "1.4.1" diff --git a/minifier_macro/Cargo.toml b/minifier_macro/Cargo.toml index b981ed133..79715dcc3 100644 --- a/minifier_macro/Cargo.toml +++ b/minifier_macro/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-minifier-macro" description = "Macros to minify Stak Scheme source codes" -version = "0.1.70" +version = "0.1.71" edition.workspace = true keywords.workspace = true license-file.workspace = true @@ -15,8 +15,8 @@ proc-macro = true proc-macro2 = { version = "1.0.93", features = ["proc-macro"] } quote = "1.0.38" syn = "2.0.96" -stak-minifier = { version = "0.1.70", path = "../minifier" } -stak-macro-util = { version = "0.1.69", path = "../macro-util" } +stak-minifier = { version = "0.1.71", path = "../minifier" } +stak-macro-util = { version = "0.1.70", path = "../macro-util" } [lints] workspace = true diff --git a/module/Cargo.toml b/module/Cargo.toml index e368d2a9e..238765504 100644 --- a/module/Cargo.toml +++ b/module/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-module" description = "Modules in Stak Scheme" -version = "0.1.12" +version = "0.1.13" edition.workspace = true keywords.workspace = true license-file.workspace = true diff --git a/native/Cargo.toml b/native/Cargo.toml index 5c763fbe2..83d6175eb 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-native" description = "Optimized primitives of native functions for Stak Scheme" -version = "0.1.6" +version = "0.2.0" edition.workspace = true keywords.workspace = true license-file.workspace = true @@ -14,7 +14,7 @@ alloc = ["dep:any-fn"] [dependencies] any-fn = { version = "0.4.1", optional = true } heapless = { version = "0.8.0", default-features = false } -stak-vm = { version = "0.7.21", path = "../vm" } +stak-vm = { version = "0.7.22", path = "../vm" } [lints] workspace = true diff --git a/process_context/Cargo.toml b/process_context/Cargo.toml index 8086e6d92..a3bb8fd96 100644 --- a/process_context/Cargo.toml +++ b/process_context/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-process-context" description = "Process context for Stak Scheme" -version = "0.2.50" +version = "0.2.51" edition.workspace = true keywords.workspace = true license-file.workspace = true @@ -16,4 +16,4 @@ std = [] workspace = true [dependencies] -stak-vm = { version = "0.7.21", path = "../vm" } +stak-vm = { version = "0.7.22", path = "../vm" } diff --git a/profiler/Cargo.toml b/profiler/Cargo.toml index 3bdcc4f0c..845c42240 100644 --- a/profiler/Cargo.toml +++ b/profiler/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-profiler" description = "Profiling for Stak Scheme" -version = "0.2.21" +version = "0.2.22" edition.workspace = true keywords.workspace = true license-file.workspace = true @@ -9,7 +9,7 @@ readme.workspace = true repository.workspace = true [dependencies] -stak-vm = { version = "0.7.21", path = "../vm" } +stak-vm = { version = "0.7.22", path = "../vm" } [dev-dependencies] indoc = "2.0.5" diff --git a/r7rs/Cargo.toml b/r7rs/Cargo.toml index b62eaa7a2..b64cd2e3b 100644 --- a/r7rs/Cargo.toml +++ b/r7rs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-r7rs" description = "Stak Scheme primitives for R7RS" -version = "0.9.6" +version = "0.9.7" edition.workspace = true keywords.workspace = true license-file.workspace = true @@ -9,10 +9,10 @@ readme.workspace = true repository.workspace = true [dependencies] -stak-device = { version = "0.2.92", path = "../device" } -stak-file = { version = "0.5.6", path = "../file" } -stak-inexact = { version = "0.1.5", path = "../inexact" } -stak-native = { version = "0.1.6", path = "../native" } -stak-process-context = { version = "0.2.50", path = "../process_context" } -stak-time = { version = "0.1.33", path = "../time" } -stak-vm = { version = "0.7.21", path = "../vm" } +stak-device = { version = "0.2.93", path = "../device" } +stak-file = { version = "0.5.7", path = "../file" } +stak-inexact = { version = "0.1.6", path = "../inexact" } +stak-native = { version = "0.2.0", path = "../native" } +stak-process-context = { version = "0.2.51", path = "../process_context" } +stak-time = { version = "0.1.34", path = "../time" } +stak-vm = { version = "0.7.22", path = "../vm" } diff --git a/root/Cargo.toml b/root/Cargo.toml index bca4da09e..c215f1744 100644 --- a/root/Cargo.toml +++ b/root/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak" description = "Stak Scheme interpreter" -version = "0.5.2" +version = "0.5.3" edition.workspace = true keywords.workspace = true license-file.workspace = true @@ -30,22 +30,22 @@ std = [ ] [dependencies] -stak-device = { version = "0.2.92", path = "../device" } -stak-file = { version = "0.5.6", path = "../file" } -stak-macro = { version = "0.2.11", path = "../macro" } -stak-module = { version = "0.1.12", path = "../module" } -stak-native = { version = "0.1.6", path = "../native" } -stak-process-context = { version = "0.2.50", path = "../process_context" } -stak-r7rs = { version = "0.9.6", path = "../r7rs" } -stak-sac = { version = "0.1.94", path = "../sac" } -stak-time = { version = "0.1.33", path = "../time" } -stak-vm = { version = "0.7.21", path = "../vm" } +stak-device = { version = "0.2.93", path = "../device" } +stak-file = { version = "0.5.7", path = "../file" } +stak-macro = { version = "0.2.12", path = "../macro" } +stak-module = { version = "0.1.13", path = "../module" } +stak-native = { version = "0.2.0", path = "../native" } +stak-process-context = { version = "0.2.51", path = "../process_context" } +stak-r7rs = { version = "0.9.7", path = "../r7rs" } +stak-sac = { version = "0.1.95", path = "../sac" } +stak-time = { version = "0.1.34", path = "../time" } +stak-vm = { version = "0.7.22", path = "../vm" } [dev-dependencies] stak-build = { path = "../build" } [build-dependencies] -stak-build = { version = "0.1.51", path = "../build" } +stak-build = { version = "0.1.52", path = "../build" } [lints] workspace = true diff --git a/sac/Cargo.toml b/sac/Cargo.toml index f4fa0e238..e11a1a470 100644 --- a/sac/Cargo.toml +++ b/sac/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-sac" description = "Stand-Alone Complex for Stak Scheme" -version = "0.1.94" +version = "0.1.95" edition.workspace = true keywords.workspace = true license-file.workspace = true @@ -31,15 +31,15 @@ std = [ clap = { version = "4.5.27", features = ["derive"], optional = true } libc = { version = "0.2.169", default-features = false, optional = true } main_error = { version = "0.1.2", optional = true } -stak-configuration = { version = "0.1.88", path = "../configuration" } -stak-device = { version = "0.2.92", path = "../device" } -stak-file = { version = "0.5.6", path = "../file" } -stak-macro = { version = "0.2.11", path = "../macro" } -stak-process-context = { version = "0.2.50", path = "../process_context" } -stak-r7rs = { version = "0.9.6", path = "../r7rs" } -stak-time = { version = "0.1.33", path = "../time" } -stak-util = { version = "0.1.68", path = "../util", optional = true } -stak-vm = { version = "0.7.21", path = "../vm" } +stak-configuration = { version = "0.1.89", path = "../configuration" } +stak-device = { version = "0.2.93", path = "../device" } +stak-file = { version = "0.5.7", path = "../file" } +stak-macro = { version = "0.2.12", path = "../macro" } +stak-process-context = { version = "0.2.51", path = "../process_context" } +stak-r7rs = { version = "0.9.7", path = "../r7rs" } +stak-time = { version = "0.1.34", path = "../time" } +stak-util = { version = "0.1.69", path = "../util", optional = true } +stak-vm = { version = "0.7.22", path = "../vm" } [dev-dependencies] stak = { path = "../root" } diff --git a/time/Cargo.toml b/time/Cargo.toml index a29d99bb1..236f836b8 100644 --- a/time/Cargo.toml +++ b/time/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-time" description = "Time library for Stak Scheme" -version = "0.1.33" +version = "0.1.34" edition.workspace = true keywords.workspace = true license-file.workspace = true @@ -16,7 +16,7 @@ std = [] rustix = { version = "0.38.43", default-features = false, features = [ "time", ], optional = true } -stak-vm = { version = "0.7.21", path = "../vm" } +stak-vm = { version = "0.7.22", path = "../vm" } [lints] workspace = true diff --git a/util/Cargo.toml b/util/Cargo.toml index 333c4a631..9a4336ac6 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-util" description = "Stak Scheme utilities" -version = "0.1.68" +version = "0.1.69" edition.workspace = true keywords.workspace = true license-file.workspace = true diff --git a/vm/Cargo.toml b/vm/Cargo.toml index 8556664d8..75c131102 100644 --- a/vm/Cargo.toml +++ b/vm/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-vm" description = "Virtual machines for Stak Scheme" -version = "0.7.21" +version = "0.7.22" edition.workspace = true keywords.workspace = true license-file.workspace = true diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index 185619890..ff886f3de 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stak-wasm" description = "Stak Scheme in WebAssembly" -version = "0.3.21" +version = "0.3.22" edition.workspace = true keywords.workspace = true license-file.workspace = true @@ -12,16 +12,16 @@ repository.workspace = true crate-type = ["cdylib", "rlib"] [dependencies] -stak-compiler = { version = "0.2.2", path = "../compiler" } -stak-configuration = { version = "0.1.88", path = "../configuration" } -stak-device = { version = "0.2.92", path = "../device", features = ["std"] } -stak-file = { version = "0.5.6", path = "../file" } -stak-macro = { version = "0.2.11", path = "../macro" } -stak-module = { version = "0.1.12", path = "../module" } -stak-process-context = { version = "0.2.50", path = "../process_context" } -stak-r7rs = { version = "0.9.6", path = "../r7rs" } -stak-time = { version = "0.1.33", path = "../time" } -stak-vm = { version = "0.7.21", path = "../vm", features = ["float"] } +stak-compiler = { version = "0.2.3", path = "../compiler" } +stak-configuration = { version = "0.1.89", path = "../configuration" } +stak-device = { version = "0.2.93", path = "../device", features = ["std"] } +stak-file = { version = "0.5.7", path = "../file" } +stak-macro = { version = "0.2.12", path = "../macro" } +stak-module = { version = "0.1.13", path = "../module" } +stak-process-context = { version = "0.2.51", path = "../process_context" } +stak-r7rs = { version = "0.9.7", path = "../r7rs" } +stak-time = { version = "0.1.34", path = "../time" } +stak-vm = { version = "0.7.22", path = "../vm", features = ["float"] } wasm-bindgen = "0.2.97" [dev-dependencies] @@ -30,7 +30,7 @@ stak-macro = { path = "../macro" } wasm-bindgen-test = "0.3.47" [build-dependencies] -stak-build = { version = "0.1.51", path = "../build" } +stak-build = { version = "0.1.52", path = "../build" } [lints] workspace = true