Skip to content

Commit 2519cb9

Browse files
committed
build: v0.1.1
1 parent 918b743 commit 2519cb9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/runkernel-cli-support/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["command-line-utilities", "development-tools"]
1313
anyhow = "1.0"
1414
serde = { version = "1.0", features = ["derive"] }
1515
serde_json = "1.0"
16-
runkernel = { version = "0.1.0", path = "../runkernel" }
16+
runkernel = { version = "0.1.1", path = "../runkernel" }
1717

1818
[dev-dependencies]
1919
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }

crates/runkernel-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "src/main.rs"
1616
[dependencies]
1717
anyhow = "1.0"
1818
clap = { version = "4.5", features = ["derive"] }
19-
runkernel = { version = "0.1.0", path = "../runkernel" }
19+
runkernel = { version = "0.1.1", path = "../runkernel" }
2020
runkernel-cli-support = { version = "0.1.0", path = "../runkernel-cli-support" }
2121
serde = { version = "1.0", features = ["derive"] }
2222
serde_json = "1.0"

crates/runkernel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "runkernel"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "Rust-native workflow engine for defining, inspecting, and running task graphs"
66
license = "MIT"

0 commit comments

Comments
 (0)