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 2002d61 commit aebfff7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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-korok-plugins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ license = { workspace = true }
[dependencies]
codama-errors = { version = "0.1.0", path = "../codama-errors" }
codama-korok-visitors = { version = "0.0.0", path = "../codama-korok-visitors" }
codama-koroks = { version = "0.0.0", path = "../codama-koroks" }
codama-koroks = { version = "0.1.0", path = "../codama-koroks" }
2 changes: 1 addition & 1 deletion codama-korok-visitors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ codama-stores = { path = "../codama-stores", version = "0.1.0" }
cargo_toml = "0.20"
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-koroks = { version = "0.1.0", path = "../codama-koroks" }
codama-nodes = { version = "0.1.0", path = "../codama-nodes" }
codama-syn-helpers = { version = "0.1.0", path = "../codama-syn-helpers" }
syn = { version = "2.0", features = ["extra-traits", "full"] }
2 changes: 1 addition & 1 deletion codama-koroks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "codama-koroks"
description = "Intermediate tree structure for collecting nodes"
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-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ trybuild = { version = "1.0.49", features = ["diff"] }
[dependencies]
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-koroks = { version = "0.1.0", path = "../codama-koroks" }
codama-stores = { version = "0.1.0", path = "../codama-stores" }
proc-macro2 = "1.0"
quote = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion codama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = { workspace = true }
codama-errors = { version = "0.1.0", path = "../codama-errors" }
codama-korok-plugins = { version = "0.0.0", path = "../codama-korok-plugins" }
codama-korok-visitors = { version = "0.0.0", path = "../codama-korok-visitors" }
codama-koroks = { version = "0.0.0", path = "../codama-koroks" }
codama-koroks = { version = "0.1.0", path = "../codama-koroks" }
codama-macros = { version = "0.0.0", path = "../codama-macros" }
codama-nodes = { version = "0.1.0", path = "../codama-nodes" }
codama-stores = { version = "0.1.0", path = "../codama-stores" }
Expand Down

0 comments on commit aebfff7

Please sign in to comment.