Skip to content

Commit f61cc9f

Browse files
author
Arnaud Riess
committed
fix: bump version to 0.1.1 and update authors in Cargo.toml files
1 parent 705cf57 commit f61cc9f

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

Cargo.lock

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

crates/herkos-runtime/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[package]
22
name = "herkos-runtime"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "Runtime library for herkos transpiled output — IsolatedMemory, WasmTrap, capability traits"
66
license = "Apache-2.0"
77
repository = "https://github.com/arnoox/herkos"
88
homepage = "https://github.com/arnoox/herkos"
9-
authors = ["herkos contributors"]
9+
readme = "../../README.md"
10+
authors = ["Arnaud Riess"]
1011
keywords = ["webassembly", "wasm", "runtime", "no-std", "isolation"]
1112
categories = ["wasm", "no-std"]
1213

crates/herkos/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "herkos"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "Compile-Time Memory Isolation via WebAssembly and Rust Transpilation"
66
license = "Apache-2.0"
77
repository = "https://github.com/arnoox/herkos"
88
homepage = "https://github.com/arnoox/herkos"
9-
authors = ["herkos contributors"]
9+
authors = ["Arnaud Riess"]
1010
keywords = ["webassembly", "wasm", "transpiler", "rust", "isolation"]
1111
categories = ["wasm", "development-tools::build-utils"]
1212
readme = "../../README.md"

0 commit comments

Comments
 (0)