Skip to content

Commit fb54b73

Browse files
committed
chore: 0.14.0
1 parent 05ac0c7 commit fb54b73

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/rsmack-edoc/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rsmack-edoc"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
edition = "2021"
55
description = "Enhanced documentation macro with constant evaluation"
66
license = "MIT"
@@ -11,9 +11,9 @@ darling = "0.21.0"
1111
proc-macro-error2 = "2.0.1"
1212
proc-macro2 = "1.0.92"
1313
quote = "1.0.37"
14-
rsmack-utils = { version = "0.13.0", path = "../rsmack-utils" }
14+
rsmack-utils = { version = "0.14.0", path = "../rsmack-utils" }
1515
syn = { version = "2.0.90", features = ["full"] }
16-
rsmack-megamac = { version = "0.13.0", path = "../rsmack-megamac" }
16+
rsmack-megamac = { version = "0.14.0", path = "../rsmack-megamac" }
1717
const_format = "0.2.33"
1818
[lints]
1919
workspace = true

packages/rsmack-fs/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rsmack-fs"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
edition = "2021"
55
description = "Compile-time folder structure mirroring"
66
license = "MIT"
@@ -11,8 +11,8 @@ darling = "0.21.0"
1111
proc-macro-error2 = "2.0.1"
1212
proc-macro2 = "1.0.92"
1313
quote = "1.0.37"
14-
rsmack-utils = { version = "0.13.0", path = "../rsmack-utils" }
15-
rsmack-megamac = { version = "0.13.0", path = "../rsmack-megamac" }
14+
rsmack-utils = { version = "0.14.0", path = "../rsmack-utils" }
15+
rsmack-megamac = { version = "0.14.0", path = "../rsmack-megamac" }
1616
syn = { version = "2.0.90", features = ["full"] }
1717
run_script = "0.11"
1818
[lints]

packages/rsmack-megamac/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rsmack-megamac"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
edition = "2021"
55
description = "Procedural macro generator with automatic documentation and error handling"
66
license = "MIT"
@@ -11,7 +11,7 @@ darling = "0.21.0"
1111
proc-macro-error2 = "2.0.1"
1212
proc-macro2 = "1.0.92"
1313
quote = "1.0.37"
14-
rsmack-utils = { version = "0.13.0", path = "../rsmack-utils" }
14+
rsmack-utils = { version = "0.14.0", path = "../rsmack-utils" }
1515
syn = { version = "2.0.90", features = ["full"] }
1616
strum = { version = "0.27.0", features = ["derive"] }
1717
bon = "3.2.0"

packages/rsmack-seanum/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rsmack-seanum"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
edition = "2021"
55
description = "Enhanced documentation macro with constant evaluation"
66
license = "MIT"
@@ -11,9 +11,9 @@ darling = "0.21.0"
1111
proc-macro-error2 = "2.0.1"
1212
proc-macro2 = "1.0.92"
1313
quote = "1.0.37"
14-
rsmack-utils = { version = "0.13.0", path = "../rsmack-utils" }
14+
rsmack-utils = { version = "0.14.0", path = "../rsmack-utils" }
1515
syn = { version = "2.0.90", features = ["full"] }
16-
rsmack-megamac = { version = "0.13.0", path = "../rsmack-megamac" }
16+
rsmack-megamac = { version = "0.14.0", path = "../rsmack-megamac" }
1717
const_format = "0.2.33"
1818
serde = { version = "1", features = ["derive"] }
1919
fake = { version = "4", features = ["derive"] }

packages/rsmack-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rsmack-utils"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
edition = "2021"
55
description = "Utils shared between rsmack crates"
66
license = "MIT"

packages/rsmack-wrap/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rsmack-wrap"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
edition = "2021"
55
description = "Struct field type wrapper"
66
license = "MIT"
@@ -11,8 +11,8 @@ darling = "0.21.0"
1111
proc-macro-error2 = "2.0.1"
1212
proc-macro2 = "1.0.92"
1313
quote = "1.0.37"
14-
rsmack-utils = { version = "0.13.0", path = "../rsmack-utils" }
14+
rsmack-utils = { version = "0.14.0", path = "../rsmack-utils" }
1515
syn = { version = "2.0.90", features = ["full"] }
16-
rsmack-megamac = { version = "0.13.0", path = "../rsmack-megamac" }
16+
rsmack-megamac = { version = "0.14.0", path = "../rsmack-megamac" }
1717
[lints]
1818
workspace = true

0 commit comments

Comments
 (0)