Skip to content

Commit 04b2aa7

Browse files
Release 5.0.0
strid@5.0.0 strid-examples@5.0.0 strid-macros@5.0.0 Generated by cargo-workspaces
1 parent b623d41 commit 04b2aa7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

crates/strid-examples/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "strid-examples"
33
description = "Examples demonstrating usage of the `strid` crate"
44
keywords = [ "string", "newtype", "validation", "normalization" ]
55
categories = [ "data-structures", "rust-patterns" ]
6-
version = "4.0.0"
6+
version = "5.0.0"
77
authors.workspace = true
88
edition.workspace = true
99
readme = "../../README.md"
@@ -18,7 +18,7 @@ compact_str-facet = []
1818
smartstring-facet = []
1919

2020
[dependencies]
21-
strid = { version = "4.0.0", path = "../strid" }
21+
strid = { version = "5.0.0", path = "../strid" }
2222
facet.workspace = true
2323
bytes = "1"
2424
bytestring = { version = "1.1", features = [ "serde" ] }

crates/strid-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "strid-macros"
33
description = "Implementation macros for the `strid` crate"
4-
version = "4.0.0"
4+
version = "5.0.0"
55
authors.workspace = true
66
edition.workspace = true
77
readme = "README.md"

crates/strid/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "strid"
33
description = "Improve and strengthen your strings by making them strongly-typed with less boilerplate"
44
keywords = [ "string", "newtype", "validation", "normalization" ]
55
categories = [ "data-structures", "rust-patterns" ]
6-
version = "4.0.0"
6+
version = "5.0.0"
77
authors.workspace = true
88
edition.workspace = true
99
license.workspace = true
@@ -15,7 +15,7 @@ default = ["alloc"]
1515
alloc = []
1616

1717
[dependencies]
18-
strid-macros = { version = "=4.0.0", path = "../strid-macros" }
18+
strid-macros = { version = "5.0.0", path = "../strid-macros" }
1919
facet.workspace = true
2020

2121
[dev-dependencies]

0 commit comments

Comments
 (0)