Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 31, 2025
1 parent b7b1a56 commit cdc54dc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 codama-attributes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "codama-attributes"
description = "Codama attributes definitions and parsers"
version = "0.0.0"
version = "0.1.0"
repository = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion codama-korok-visitors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ codama-stores = { path = "../codama-stores", version = "0.0.0" }

[dependencies]
cargo_toml = "0.20"
codama-attributes = { version = "0.0.0", path = "../codama-attributes" }
codama-attributes = { version = "0.1.0", path = "../codama-attributes" }
codama-errors = { version = "0.1.0", path = "../codama-errors" }
codama-koroks = { version = "0.0.0", path = "../codama-koroks" }
codama-nodes = { version = "0.1.0", path = "../codama-nodes" }
Expand Down
2 changes: 1 addition & 1 deletion codama-koroks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = { workspace = true }
quote = "1.0"

[dependencies]
codama-attributes = { version = "0.0.0", path = "../codama-attributes" }
codama-attributes = { version = "0.1.0", path = "../codama-attributes" }
codama-errors = { version = "0.1.0", path = "../codama-errors" }
codama-nodes = { version = "0.1.0", path = "../codama-nodes" }
codama-stores = { version = "0.0.0", path = "../codama-stores" }
Expand Down
2 changes: 1 addition & 1 deletion codama-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ codama = { version = "0.0.0", path = "../codama" }
trybuild = { version = "1.0.49", features = ["diff"] }

[dependencies]
codama-attributes = { version = "0.0.0", path = "../codama-attributes" }
codama-attributes = { version = "0.1.0", path = "../codama-attributes" }
codama-errors = { version = "0.1.0", path = "../codama-errors" }
codama-koroks = { version = "0.0.0", path = "../codama-koroks" }
codama-stores = { version = "0.0.0", path = "../codama-stores" }
Expand Down

0 comments on commit cdc54dc

Please sign in to comment.