Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Dec 15, 2024
1 parent 3c58f09 commit dea62dc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/aargvark/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aargvark"
description = "Self-similar argument parsing"
version = "0.6.9"
version = "0.6.10"
edition.workspace = true
license.workspace = true
repository = "https://github.com/andrewbaxter/genemichaels"
Expand All @@ -17,7 +17,7 @@ serde_yaml = ["dep:serde_yaml", "dep:serde"]
http_types = ["dep:http"]

[dependencies]
aargvark_proc_macros = { path = "../aargvark_proc_macros", version = "=3.2.9" }
aargvark_proc_macros = { path = "../aargvark_proc_macros", version = "=3.2.10" }
serde_json = { version = "1", optional = true }
serde_yaml = { version = "0", optional = true }
convert_case = "0.6"
Expand Down
4 changes: 2 additions & 2 deletions crates/aargvark_proc_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aargvark_proc_macros"
description = "Helper crate for aargvark"
version = "3.2.9"
version = "3.2.10"
edition.workspace = true
license.workspace = true
repository = "https://github.com/andrewbaxter/genemichaels"
Expand All @@ -13,7 +13,7 @@ proc-macro = true
[dependencies]
convert_case = "0.6"
darling = "0.20"
genemichaels-lib = { version = "=0.5.8", path = "../genemichaels-lib" }
genemichaels-lib = { version = "=0.5.9", path = "../genemichaels-lib" }
proc-macro2 = "1"
quote = "1"
syn = "2"
2 changes: 1 addition & 1 deletion crates/genemichaels-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "genemichaels-lib"
description = "Makes your code formatty, the library"
version = "0.5.8"
version = "0.5.9"
edition.workspace = true
license.workspace = true
repository = "https://github.com/andrewbaxter/genemichaels"
Expand Down
6 changes: 3 additions & 3 deletions crates/genemichaels/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "genemichaels"
description = "Makes your code formatty"
version = "0.5.11"
version = "0.5.12"
edition.workspace = true
license.workspace = true
repository = "https://github.com/andrewbaxter/genemichaels"
Expand All @@ -12,9 +12,9 @@ syn = { workspace = true }
walkdir = "2"
threadpool = "1"
cargo-manifest = "0.15"
aargvark = { version = "=0.6.9", path = "../aargvark" }
aargvark = { version = "=0.6.10", path = "../aargvark" }
console = "0.15"
loga = "0.5"
serde = { workspace = true }
serde_json = { workspace = true }
genemichaels-lib = { version = "=0.5.8", path = "../genemichaels-lib" }
genemichaels-lib = { version = "=0.5.9", path = "../genemichaels-lib" }

0 comments on commit dea62dc

Please sign in to comment.