Skip to content

Commit a4a834f

Browse files
authored
build: release 0.1.36 (#2034)
1 parent 7929dfe commit a4a834f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "freenet"
3-
version = "0.1.35"
3+
version = "0.1.36"
44
edition = "2021"
55
rust-version = "1.80"
66
publish = true

crates/fdev/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fdev"
3-
version = "0.3.13"
3+
version = "0.3.14"
44
edition = "2021"
55
rust-version = "1.80"
66
publish = true
@@ -39,7 +39,7 @@ reqwest = { version = "0.12", features = ["json"] }
3939
http = "1.2"
4040

4141
# internal
42-
freenet = { path = "../core", version = "0.1.35" }
42+
freenet = { path = "../core", version = "0.1.36" }
4343
freenet-stdlib = { workspace = true }
4444

4545
[features]

0 commit comments

Comments
 (0)