diff --git a/Cargo.lock b/Cargo.lock index 970a490..bbeffa3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ dependencies = [ [[package]] name = "codama-attributes" -version = "0.0.0" +version = "0.1.0" dependencies = [ "codama-errors", "codama-nodes", diff --git a/codama-attributes/Cargo.toml b/codama-attributes/Cargo.toml index e21c176..b21b9ab 100644 --- a/codama-attributes/Cargo.toml +++ b/codama-attributes/Cargo.toml @@ -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 } diff --git a/codama-korok-visitors/Cargo.toml b/codama-korok-visitors/Cargo.toml index 7ff5107..afb3ede 100644 --- a/codama-korok-visitors/Cargo.toml +++ b/codama-korok-visitors/Cargo.toml @@ -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" } diff --git a/codama-koroks/Cargo.toml b/codama-koroks/Cargo.toml index 16c6d03..248bc4a 100644 --- a/codama-koroks/Cargo.toml +++ b/codama-koroks/Cargo.toml @@ -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" } diff --git a/codama-macros/Cargo.toml b/codama-macros/Cargo.toml index 675a248..77500d9 100644 --- a/codama-macros/Cargo.toml +++ b/codama-macros/Cargo.toml @@ -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" }