diff --git a/Cargo.toml b/Cargo.toml index 1780f35..5bb1e07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ default-members = ["stun-types", "stun-proto"] resolver = "2" [workspace.package] -version = "0.2.0" +version = "0.3.0" repository = "https://github.com/ystreet/stun-proto" edition = "2021" rust-version = "1.65.0" diff --git a/stun-proto/Cargo.toml b/stun-proto/Cargo.toml index 3473fb3..2eed2c7 100644 --- a/stun-proto/Cargo.toml +++ b/stun-proto/Cargo.toml @@ -12,7 +12,7 @@ repository.workspace = true rust-version.workspace = true [dependencies] -stun-types = { path = "../stun-types", version = "0.2.0" } +stun-types = { path = "../stun-types", version = "0.3.0" } byteorder.workspace = true tracing.workspace = true thiserror.workspace = true