File tree 2 files changed +2
-2
lines changed
hyperdrive/packages/hypermap-cacher
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ alloy-primitives = "0.8.15"
10
10
alloy-sol-types = " 0.8.15"
11
11
chrono = " 0.4.41"
12
12
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" ] }
14
14
process_macros = " 0.1.0"
15
15
serde = { version = " 1.0" , features = [" derive" ] }
16
16
serde_json = " 1.0"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2021"
5
5
publish = false
6
6
7
7
[dependencies ]
8
- hyperware_process_lib = { path = " ../../../../../ process_lib" }
8
+ hyperware_process_lib = { git = " https://github.com/hyperware-ai/ process_lib" , rev = " 40d3daf " }
9
9
wit-bindgen = " 0.36.0"
10
10
11
11
[lib ]
You can’t perform that action at this time.
0 commit comments