Skip to content

Commit a35abac

Browse files
committed
chore: bump package versions to v0.1.0.
1 parent db31b8b commit a35abac

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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
@@ -12,7 +12,7 @@ members = [
1212
]
1313

1414
[workspace.package]
15-
version = "0.0.1"
15+
version = "0.1.0"
1616
authors = ["Weird / Leaf Contributors"]
1717
categories = ["network-programming"]
1818
documentation = "https://github.com/muni-town/agentic-fediverse/blob/main/leaf-protocol-draft.md"

leaf/leaf-protocol/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ backend_iroh = ["iroh", "quick_cache", "tokio", "once_cell"]
1717
[dependencies]
1818
anyhow = "1.0.86"
1919
borsh = { version = "1.5.1", features = ["derive"] }
20-
leaf-protocol-macros = { version = "0.0.1", path = "./macros" }
21-
leaf-protocol-types = { version = "0.0.1", path = "./types" }
20+
leaf-protocol-macros = { version = "0.1.0", path = "./macros" }
21+
leaf-protocol-types = { version = "0.1.0", path = "./types" }
2222

2323
# backend_iroh
2424
futures = { version = "0.3.30", default-features = false }

leaf/leaf-protocol/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ proc-macro = true
1717
borsh = "1.5.1"
1818
iroh-base = "0.22.0"
1919
iroh-blake3 = "1.4.5"
20-
leaf-protocol-types = { version = "0.0.1", path = "../types" }
20+
leaf-protocol-types = { version = "0.1.0", path = "../types" }
2121
proc-macro2 = "1.0.86"
2222
quote = "1.0"
2323
unsynn = "0.0.8"

leaf/leaf-rpc-client-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ description = "CLI client for the Leaf RPC server."
1414
anyhow = "1.0.86"
1515
clap = { version = "4.5.13", features = ["derive"] }
1616
iroh-base = "0.22.0"
17-
leaf-rpc-client = { path = "../leaf-rpc-client", version = "0.0.1" }
17+
leaf-rpc-client = { path = "../leaf-rpc-client", version = "0.1.0" }
1818
tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread"] }

leaf/leaf-rpc-client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tokio = "1.39.2"
1818
anyhow = "1.0.86"
1919
async-stream = "0.3.5"
2020
futures = { version = "0.3.30", default-features = false }
21-
leaf-protocol = { path = "../leaf-protocol", version = "0.0.1", default-features = false }
22-
leaf-rpc-proto = { path = "../leaf-rpc-proto", version = "0.0.1" }
21+
leaf-protocol = { path = "../leaf-protocol", version = "0.1.0", default-features = false }
22+
leaf-rpc-proto = { path = "../leaf-rpc-proto", version = "0.1.0" }
2323
tokio-stream = "0.1.15"
2424
tracing = "0.1.40"

leaf/leaf-rpc-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ description = "Types for the wire protocol of the Leaf RPC server."
1212

1313
[dependencies]
1414
borsh = { version = "1.5.1", features = ["derive"] }
15-
leaf-protocol = { path = "../leaf-protocol", version = "0.0.1", default-features = false }
15+
leaf-protocol = { path = "../leaf-protocol", version = "0.1.0", default-features = false }

leaf/leaf-rpc-server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ tower-http = { version = "0.5.2", features = ["trace"] }
2626
tracing = "0.1.40"
2727
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
2828

29-
leaf-protocol = { path = "../leaf-protocol", version = "0.0.1" }
30-
leaf-rpc-proto = { path = "../leaf-rpc-proto", version = "0.0.1" }
29+
leaf-protocol = { path = "../leaf-protocol", version = "0.1.0" }
30+
leaf-rpc-proto = { path = "../leaf-rpc-proto", version = "0.1.0" }

leaf/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leaf-proto",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Leaf protocol RPC client.",
55
"keywords": [],
66
"author": "Muni Town Developers ( https://github.com/muni-town )",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "weird",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite dev",

0 commit comments

Comments
 (0)