Skip to content

Commit 5625965

Browse files
authored
build: release 0.2.38 (freenet#3817)
1 parent c12a14b commit 5625965

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "freenet"
3-
version = "0.2.37"
3+
version = "0.2.38"
44
edition = "2024"
55
rust-version = "1.85"
66
publish = true
@@ -13,7 +13,7 @@ readme = "README.md"
1313
# Minimum compatible protocol version. Peers older than this are rejected.
1414
# Updated by scripts/release.sh during releases. The env var
1515
# FREENET_MIN_COMPATIBLE_VERSION overrides this at build time.
16-
min-compatible-version = "0.2.36"
16+
min-compatible-version = "0.2.37"
1717

1818
[package.metadata.binstall]
1919
pkg-url = "{ repo }/releases/download/v{ version }/freenet-{ target }.tar.gz"

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.200"
3+
version = "0.3.201"
44
edition = "2024"
55
rust-version = "1.85"
66
publish = true
@@ -44,7 +44,7 @@ reqwest = { workspace = true, features = ["json", "rustls-tls"] }
4444
http = { workspace = true }
4545

4646
# internal
47-
freenet = { path = "../core", version = "0.2.37", features = ["testing"] }
47+
freenet = { path = "../core", version = "0.2.38", features = ["testing"] }
4848
freenet-stdlib = { workspace = true }
4949

5050
[features]

0 commit comments

Comments
 (0)