Skip to content

Commit 2641e37

Browse files
committed
Release 0.1.0
1 parent dd9573e commit 2641e37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default-members = ["stun-types", "stun-proto"]
44
resolver = "2"
55

66
[workspace.package]
7-
version = "0.0.1"
7+
version = "0.1.0"
88
repository = "https://github.com/ystreet/stun-proto"
99
edition = "2021"
1010
rust-version = "1.65.0"

stun-proto/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository.workspace = true
1212
rust-version.workspace = true
1313

1414
[dependencies]
15-
stun-types = { path = "../stun-types", version = "0.0.1" }
15+
stun-types = { path = "../stun-types", version = "0.1.0" }
1616
byteorder.workspace = true
1717
tracing.workspace = true
1818
thiserror.workspace = true

0 commit comments

Comments
 (0)