Skip to content

Commit ea0bb3d

Browse files
authored
chore: upgrade to [email protected] (#215)
1 parent 498b341 commit ea0bb3d

File tree

23 files changed

+850
-1455
lines changed

23 files changed

+850
-1455
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh-ffi"
3-
version = "0.30.0"
3+
version = "0.31.0"
44
edition = "2021"
55
publish = false
66
readme = "README.md"
@@ -33,14 +33,14 @@ async-trait = "0.1.80"
3333
blake3 = "1.3.3"
3434
bytes = "1"
3535
data-encoding = { version = "2.3.3" }
36-
iroh = { version = "0.30" }
37-
iroh-base = { version = "0.30", features = ["ticket"] }
36+
iroh = { version = "0.31" }
37+
iroh-base = { version = "0.31", features = ["ticket"] }
3838
iroh-io = { version = "0.6" }
39-
iroh-gossip = { version = "0.30", features = ["rpc"] }
40-
iroh-docs = { version = "0.30", features = ["rpc"] }
41-
iroh-blobs = { version = "0.30", features = ["rpc"] }
42-
iroh-metrics = { version = "0.30" }
43-
iroh-node-util = { version = "0.30", features = [] }
39+
iroh-gossip = { version = "0.31", features = ["rpc"] }
40+
iroh-docs = { version = "0.31", features = ["rpc"] }
41+
iroh-blobs = { version = "0.31", features = ["rpc"] }
42+
iroh-metrics = { version = "0.31" }
43+
iroh-node-util = { version = "0.31", features = [] }
4444
libc = "0.2.141"
4545
num_cpus = { version = "1.15.0" }
4646
range-collections = "0.4.0"

IrohLib.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "IrohLib"
3-
spec.version = "0.30.0"
3+
spec.version = "0.31.0"
44
spec.summary = "iroh is a toolkit for building distributed apps"
55
spec.description = <<-DESC
66
Build distributed apps that raise the status quo for your users.

iroh-js/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "number0_iroh"
4-
version = "0.30.0"
4+
version = "0.31.0"
55
license = "MIT OR Apache-2.0"
66
authors = ["n0 team"]
77
repository = "https://github.com/n0-computer/iroh-ffi"
@@ -17,13 +17,13 @@ async-trait = "0.1.80"
1717
blake3 = "1.3.3"
1818
bytes = "1"
1919
data-encoding = { version = "2.3.3" }
20-
iroh-base = { version = "0.30", features = ["ticket"] }
21-
iroh-gossip = { version = "0.30", features = ["rpc"] }
22-
iroh-docs = { version = "0.30", features = ["rpc"] }
23-
iroh-blobs = { version = "0.30", features = ["rpc"] }
24-
iroh-metrics = { version = "0.30" }
25-
iroh-node-util = { version = "0.30", features = [] }
26-
iroh = "0.30"
20+
iroh-base = { version = "0.31", features = ["ticket"] }
21+
iroh-gossip = { version = "0.31", features = ["rpc"] }
22+
iroh-docs = { version = "0.31", features = ["rpc"] }
23+
iroh-blobs = { version = "0.31", features = ["rpc"] }
24+
iroh-metrics = { version = "0.31" }
25+
iroh-node-util = { version = "0.31", features = [] }
26+
iroh = "0.31"
2727
iroh-io = { version = "0.6" }
2828
libc = "0.2.141"
2929
num_cpus = { version = "1.15.0" }

iroh-js/npm/android-arm-eabi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@number0/iroh-android-arm-eabi",
3-
"version": "0.0.0",
3+
"version": "0.31.0",
44
"os": [
55
"android"
66
],

iroh-js/npm/android-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@number0/iroh-android-arm64",
3-
"version": "0.0.0",
3+
"version": "0.31.0",
44
"os": [
55
"android"
66
],

iroh-js/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@number0/iroh-darwin-arm64",
3-
"version": "0.0.0",
3+
"version": "0.31.0",
44
"os": [
55
"darwin"
66
],

iroh-js/npm/darwin-universal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@number0/iroh-darwin-universal",
3-
"version": "0.0.0",
3+
"version": "0.31.0",
44
"os": [
55
"darwin"
66
],

iroh-js/npm/linux-arm-gnueabihf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@number0/iroh-linux-arm-gnueabihf",
3-
"version": "0.0.0",
3+
"version": "0.31.0",
44
"os": [
55
"linux"
66
],

iroh-js/npm/linux-arm-musleabihf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@number0/iroh-linux-arm-musleabihf",
3-
"version": "0.0.0",
3+
"version": "0.31.0",
44
"os": [
55
"linux"
66
],

0 commit comments

Comments
 (0)