Skip to content

Commit c148f23

Browse files
author
Arnaud Riess
committed
chore: update package versions to 0.2.0 across all crates
1 parent 0ae719e commit c148f23

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/herkos-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "herkos-core"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "Compile-Time Memory Isolation via WebAssembly and Rust Transpilation — core library"
66
license = "Apache-2.0"

crates/herkos-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "herkos-runtime"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "Runtime library for herkos transpiled output — IsolatedMemory, WasmTrap, capability traits"
66
license = "Apache-2.0"

crates/herkos-tests/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "herkos-tests"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
publish = false
66
description = "End-to-end compilation tests for herkos transpiler"
@@ -13,7 +13,7 @@ herkos-runtime = { path = "../herkos-runtime" }
1313
[build-dependencies]
1414
anyhow = { workspace = true }
1515
wat = { workspace = true }
16-
herkos-core = { path = "../herkos-core" }
16+
herkos-core = { version = "0.2.0", path = "../herkos-core" }
1717

1818
[dev-dependencies]
1919
criterion = "0.8.2"

crates/herkos/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "herkos"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "Compile-Time Memory Isolation via WebAssembly and Rust Transpilation"
66
license = "Apache-2.0"
@@ -12,7 +12,7 @@ categories = ["wasm", "development-tools::build-utils"]
1212
readme = "../../README.md"
1313

1414
[dependencies]
15-
herkos-core = { path = "../herkos-core" }
15+
herkos-core = { version = "0.2.0", path = "../herkos-core" }
1616
anyhow = { workspace = true }
1717
clap = { workspace = true }
1818

0 commit comments

Comments
 (0)