Skip to content

Commit

Permalink
Fix macro dependency of root package
Browse files Browse the repository at this point in the history
It has to be an exact one when ignoring semver for the macro crate.
  • Loading branch information
LukasKalbertodt committed Nov 15, 2023
1 parent e2c3177 commit 482d18f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ categories = ["encoding", "template-engine", "data-structures"]
exclude = [".github"]

[dependencies]
ogrim-macros = { version = "0.0.2", path = "macros" }
ogrim-macros = { version = "=0.0.3", path = "macros" }
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ogrim-macros"
version = "0.0.2"
version = "0.0.3"
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
edition = "2021"

Expand Down

0 comments on commit 482d18f

Please sign in to comment.