Skip to content

Commit d1728ad

Browse files
committed
bump process_lib to v2.1.0
1 parent 49b884a commit d1728ad

File tree

56 files changed

+675
-155
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+675
-155
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "hyperdrive_lib"
33
authors = ["Sybil Technologies AG"]
4-
version = "1.5.1"
4+
version = "1.6.0"
55
edition = "2021"
66
description = "A general-purpose sovereign cloud computing platform"
77
homepage = "https://hyperware.ai"

hyperdrive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "hyperdrive"
33
authors = ["Sybil Technologies AG"]
4-
version = "1.5.1"
4+
version = "1.6.0"
55
edition = "2021"
66
description = "A general-purpose sovereign cloud computing platform"
77
homepage = "https://hyperware.ai"

hyperdrive/packages/app-store/Cargo.lock

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

hyperdrive/packages/app-store/app-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ alloy-primitives = "0.8.15"
1111
alloy-sol-types = "0.8.15"
1212
anyhow = "1.0"
1313
bincode = "1.3.3"
14-
hyperware_process_lib = { git = "https://github.com/hyperware-ai/process_lib", rev = "6597ae1" }
14+
hyperware_process_lib = "2.1.0"
1515
process_macros = "0.1"
1616
rand = "0.8"
1717
serde = { version = "1.0", features = ["derive"] }

hyperdrive/packages/app-store/chain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ alloy-primitives = "0.8.15"
1111
alloy-sol-types = "0.8.15"
1212
anyhow = "1.0"
1313
bincode = "1.3.3"
14-
hyperware_process_lib = { git = "https://github.com/hyperware-ai/process_lib", rev = "6597ae1" }
14+
hyperware_process_lib = "2.1.0"
1515
process_macros = "0.1"
1616
rand = "0.8"
1717
serde = { version = "1.0", features = ["derive"] }

hyperdrive/packages/app-store/download/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ simulation-mode = []
88

99
[dependencies]
1010
anyhow = "1.0"
11-
hyperware_process_lib = { git = "https://github.com/hyperware-ai/process_lib", rev = "6597ae1" }
11+
hyperware_process_lib = "2.1.0"
1212
process_macros = "0.1"
1313
serde = { version = "1.0", features = ["derive"] }
1414
serde_json = "1.0"

hyperdrive/packages/app-store/downloads/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ simulation-mode = []
88

99
[dependencies]
1010
anyhow = "1.0"
11-
hyperware_process_lib = { git = "https://github.com/hyperware-ai/process_lib", rev = "6597ae1" }
11+
hyperware_process_lib = "2.1.0"
1212
process_macros = "0.1"
1313
rand = "0.8"
1414
serde = { version = "1.0", features = ["derive"] }

hyperdrive/packages/app-store/ft-worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ simulation-mode = []
99
[dependencies]
1010
anyhow = "1.0"
1111
bincode = "1.3.3"
12-
hyperware_process_lib = { git = "https://github.com/hyperware-ai/process_lib", rev = "6597ae1" }
12+
hyperware_process_lib = "2.1.0"
1313
process_macros = "0.1"
1414
rand = "0.8"
1515
serde = { version = "1.0", features = ["derive"] }

hyperdrive/packages/app-store/install/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ simulation-mode = []
88

99
[dependencies]
1010
anyhow = "1.0"
11-
hyperware_process_lib = { git = "https://github.com/hyperware-ai/process_lib", rev = "6597ae1" }
11+
hyperware_process_lib = "2.1.0"
1212
process_macros = "0.1"
1313
serde = { version = "1.0", features = ["derive"] }
1414
serde_json = "1.0"

0 commit comments

Comments
 (0)