Skip to content

Commit

Permalink
fix: fixed versioning for perseus-macro dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Apr 13, 2022
1 parent 0143810 commit e46c3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/perseus-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sycamore-reactive = "^0.7.1"
trybuild = { version = "1.0", features = ["diff"] }
sycamore = "^0.7.1"
serde = { version = "1", features = [ "derive" ] }
perseus = { path = "../perseus", version = "0.3.2" }
perseus = { path = "../perseus", version = "0.3.4-rc.3" }

[features]
# Enables live reloading support (which makes the macros listen for live reload events and adjust appropriately). Do NOT enable this here without also enabling it on `perseus`!
Expand Down

0 comments on commit e46c3ca

Please sign in to comment.