Skip to content

Commit 8988c98

Browse files
committed
release(statum): prepare 0.6.9
1 parent 8712b98 commit 8988c98

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

macro_registry/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[dependencies.module_path_extractor]
22
path = "../module_path_extractor"
3-
version = "0.6.8"
3+
version = "0.6.9"
44

55
[dependencies.syn]
66
features = ["full"]
@@ -27,7 +27,7 @@ name = "macro_registry"
2727
readme = "README.md"
2828
repository = "https://github.com/eboody/statum"
2929
rust-version = "1.93"
30-
version = "0.6.8"
30+
version = "0.6.9"
3131

3232
[package.metadata.modum]
3333
weak_modules = [

module_path_extractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ name = "module_path_extractor"
1010
readme = "README.md"
1111
repository = "https://github.com/eboody/statum"
1212
rust-version = "1.93"
13-
version = "0.6.8"
13+
version = "0.6.9"

statum-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name = "statum-core"
2020
readme = "README.md"
2121
repository = "https://github.com/eboody/statum"
2222
rust-version = "1.93"
23-
version = "0.6.8"
23+
version = "0.6.9"
2424

2525
[package.metadata.modum]
2626
weak_modules = [

statum-examples/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version = "0.8"
2121

2222
[dependencies.statum]
2323
path = "../statum"
24-
version = "0.6.8"
24+
version = "0.6.9"
2525

2626
[dependencies.tokio]
2727
features = ["full"]
@@ -37,7 +37,7 @@ license = "MIT"
3737
name = "statum-examples"
3838
publish = false
3939
rust-version = "1.93"
40-
version = "0.6.8"
40+
version = "0.6.9"
4141

4242
[package.metadata.modum]
4343
weak_modules = [

statum-macros/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ quote = "1.0"
33

44
[dependencies.macro_registry]
55
path = "../macro_registry"
6-
version = "0.6.8"
6+
version = "0.6.9"
77

88
[dependencies.moddef]
99
version = "0.2.6"
@@ -26,7 +26,7 @@ trybuild = "1.0"
2626

2727
[dev-dependencies.statum-core]
2828
path = "../statum-core"
29-
version = "0.6.8"
29+
version = "0.6.9"
3030

3131
[features]
3232
default = []
@@ -52,4 +52,4 @@ name = "statum-macros"
5252
readme = "README.md"
5353
repository = "https://github.com/eboody/statum"
5454
rust-version = "1.93"
55-
version = "0.6.8"
55+
version = "0.6.9"

statum/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[dependencies.statum-core]
22
path = "../statum-core"
3-
version = "0.6.8"
3+
version = "0.6.9"
44

55
[dependencies.statum-macros]
66
path = "../statum-macros"
7-
version = "0.6.8"
7+
version = "0.6.9"
88

99
[dev-dependencies.tokio]
1010
features = ["full"]
@@ -28,7 +28,7 @@ name = "statum"
2828
readme = "README.md"
2929
repository = "https://github.com/eboody/statum"
3030
rust-version = "1.93"
31-
version = "0.6.8"
31+
version = "0.6.9"
3232

3333
[package.metadata.modum]
3434
generic_nouns = [

0 commit comments

Comments
 (0)