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 945fcf4 commit fb8cfa5
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 codama-nodes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = { workspace = true }

[dependencies]
codama-errors = { version = "0.1.0", path = "../codama-errors" }
codama-nodes-derive = { version = "0.0.0", path = "derive" }
codama-nodes-derive = { version = "0.1.0", path = "derive" }
derive_more = { version = "1.0", features = ["from"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
2 changes: 1 addition & 1 deletion codama-nodes/derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "codama-nodes-derive"
description = "Derive macros for Codama nodes"
version = "0.0.0"
version = "0.1.0"
repository = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down

0 comments on commit fb8cfa5

Please sign in to comment.