Skip to content

Commit

Permalink
Change enumcapsulate-macros dependency from { path = … } to `{ ve…
Browse files Browse the repository at this point in the history
…rsion = … }`
  • Loading branch information
regexident committed Jan 22, 2024
1 parent 66c5d2b commit 7a454b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ version = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
enumcapsulate-macros = { path = "./macros", optional = true }
enumcapsulate-macros = { version = "0.1.0", optional = true }

[dev-dependencies]
tryexpand = "0.7.0"
Expand All @@ -38,3 +38,6 @@ tryexpand = "0.7.0"
default = ["derive"]
derive = ["macros"]
macros = ["dep:enumcapsulate-macros"]

[patch.crates-io]
# enumcapsulate-macros = { path = "./macros" }

0 comments on commit 7a454b4

Please sign in to comment.