Skip to content

Commit cb0c31c

Browse files
committed
hypermap-cacher: use git-sourced process_lib
1 parent 9509635 commit cb0c31c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hyperdrive/packages/hypermap-cacher/hypermap-cacher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ alloy-primitives = "0.8.15"
1010
alloy-sol-types = "0.8.15"
1111
chrono = "0.4.41"
1212
hex = "0.4.3"
13-
hyperware_process_lib = { path = "../../../../../process_lib", features = ["logging"] }
13+
hyperware_process_lib = { git = "https://github.com/hyperware-ai/process_lib", rev = "40d3daf", features = ["logging"] }
1414
process_macros = "0.1.0"
1515
serde = { version = "1.0", features = ["derive"] }
1616
serde_json = "1.0"

hyperdrive/packages/hypermap-cacher/start/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
publish = false
66

77
[dependencies]
8-
hyperware_process_lib = { path = "../../../../../process_lib" }
8+
hyperware_process_lib = { git = "https://github.com/hyperware-ai/process_lib", rev = "40d3daf" }
99
wit-bindgen = "0.36.0"
1010

1111
[lib]

0 commit comments

Comments
 (0)