Skip to content

Commit ea0a145

Browse files
committed
Update version
1 parent e582de3 commit ea0a145

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

rust-macros/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-macros"
3-
version = "0.0.5"
3+
version = "0.1.0-rc1"
44
edition = "2021"
55
rust-version = "1.71.1"
66
publish = true

rust/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-stdlib"
3-
version = "0.0.8"
3+
version = "0.1.0-rc1"
44
edition = "2021"
55
rust-version = "1.71.1"
66
publish = true
@@ -28,7 +28,7 @@ tracing = "0.1"
2828
tracing-subscriber = { version = "0.3", features = ["default", "env-filter"] }
2929

3030
# internal
31-
freenet-macros = { path = "../rust-macros", version = "0.0.5" }
31+
freenet-macros = { path = "../rust-macros", version = "0.1.0-rc1" }
3232

3333
[target.'cfg(any(unix, windows))'.dependencies]
3434
tokio = { version = "1", optional = true, features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }

scripts/release-rust-ver.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/bash
21
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
32
cd $SCRIPT_DIR && cd ..
43
SRC_DIR=$(pwd)

0 commit comments

Comments
 (0)