@@ -5,7 +5,7 @@ license = "Apache-2.0/MIT"
5
5
name = " iroh-one"
6
6
readme = " README.md"
7
7
repository = " https://github.com/n0-computer/iroh"
8
- version = " 0.1.1 "
8
+ version = " 0.1.2 "
9
9
rust-version = " 1.63"
10
10
11
11
[dependencies ]
@@ -20,14 +20,14 @@ futures = "0.3.21"
20
20
headers = " 0.3.7"
21
21
http-serde = " 1.1.0"
22
22
hyper = " 0.14.19"
23
- iroh-gateway = { version = " 0.1.1 " , path = " ../iroh-gateway" }
24
- iroh-metrics = { version = " 0.1.1 " , path = " ../iroh-metrics" , default-features = false }
25
- iroh-p2p = { version = " 0.1.1 " , path = " ../iroh-p2p" , default-features = false , features = [" rpc-mem" ] }
26
- iroh-resolver = { version = " 0.1.1 " , path = " ../iroh-resolver" }
27
- iroh-rpc-client = { version = " 0.1.1 " , path = " ../iroh-rpc-client" , default-features = false }
28
- iroh-rpc-types = { version = " 0.1.1 " , path = " ../iroh-rpc-types" , default-features = false }
29
- iroh-store = { version = " 0.1.1 " , path = " ../iroh-store" , default-features = false , features = [" rpc-mem" ] }
30
- iroh-util = { version = " 0.1.1 " , path = " ../iroh-util" }
23
+ iroh-gateway = { version = " 0.1.2 " , path = " ../iroh-gateway" }
24
+ iroh-metrics = { version = " 0.1.2 " , path = " ../iroh-metrics" , default-features = false }
25
+ iroh-p2p = { version = " 0.1.2 " , path = " ../iroh-p2p" , default-features = false , features = [" rpc-mem" ] }
26
+ iroh-resolver = { version = " 0.1.2 " , path = " ../iroh-resolver" }
27
+ iroh-rpc-client = { version = " 0.1.2 " , path = " ../iroh-rpc-client" , default-features = false }
28
+ iroh-rpc-types = { version = " 0.1.2 " , path = " ../iroh-rpc-types" , default-features = false }
29
+ iroh-store = { version = " 0.1.2 " , path = " ../iroh-store" , default-features = false , features = [" rpc-mem" ] }
30
+ iroh-util = { version = " 0.1.2 " , path = " ../iroh-util" }
31
31
reqwest = { version = " 0.11" , features = [" rustls-tls" ], default-features = false }
32
32
serde = { version = " 1.0" , features = [" derive" ] }
33
33
tempfile = { version = " 3.3.0" , optional = true }
0 commit comments