Skip to content

Commit 3b7132a

Browse files
committed
remove version numbers to try again
1 parent fe5102a commit 3b7132a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ expectorate = "1.2.0"
1414
heck = "0.5"
1515
integration-tests = { path = "crates/integration-tests" }
1616
my-custom-uuid = { path = "crates/newtype-uuid", package = "newtype-uuid" }
17-
newtype-uuid = { version = "1.3.0", path = "crates/newtype-uuid" }
18-
newtype-uuid-macros = { version = "0.1.0", path = "crates/newtype-uuid-macros" }
17+
newtype-uuid = { path = "crates/newtype-uuid" }
18+
newtype-uuid-macros = { path = "crates/newtype-uuid-macros" }
1919
prettyplease = "0.2.35"
2020
proc-macro2 = "1.0"
2121
quote = "1.0"

crates/newtype-uuid-macros/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
## [0.1.0] - 2025-08-19
44

5-
Initial release, with the `impl_newtype_uuid_kinds` macro.
5+
Initial release, with the `impl_typed_uuid_kinds` macro.
66

77
[0.1.0]: https://github.com/oxidecomputer/newtype-uuid/releases/newtype-uuid-macros-0.1.0

0 commit comments

Comments
 (0)