Skip to content

Commit

Permalink
chore: bump cot-codegen to 0.1.1 after accidental release (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
m4tx authored Feb 18, 2025
1 parent af02560 commit ed03e99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ clap = { version = "4", features = ["deprecated"] }
clap-verbosity-flag = { version = "3", default-features = false }
convert_case = "0.7"
cot = { version = "0.1.0", path = "cot" }
cot_codegen = { version = "0.1.0", path = "cot-codegen" }
cot_codegen = { version = "0.1.1", path = "cot-codegen" }
cot_macros = { version = "0.1.0", path = "cot-macros" }
darling = "0.20"
derive_builder = "0.20"
Expand Down
2 changes: 1 addition & 1 deletion cot-codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cot_codegen"
version = "0.1.0"
version = "0.1.1"
description = "The Rust web framework for lazy developers - code generation utils."
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit ed03e99

Please sign in to comment.