-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b111877
commit a14f45f
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "mirror-mirror-macros" | ||
version = "0.1.2" # remember to bump the version `mirror-mirror` depends on | ||
version = "0.1.3" # remember to bump the version `mirror-mirror` depends on | ||
edition = "2021" | ||
authors = ["Embark <[email protected]>", "David Pedersen <[email protected]>"] | ||
repository = "https://github.com/EmbarkStudios/mirror-mirror" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "mirror-mirror" | ||
version = "0.1.10" | ||
version = "0.1.11" | ||
edition = "2021" | ||
authors = ["Embark <[email protected]>", "David Pedersen <[email protected]>"] | ||
repository = "https://github.com/EmbarkStudios/mirror-mirror" | ||
|
@@ -21,7 +21,7 @@ macaw = ["dep:macaw"] | |
|
||
[dependencies] | ||
ahash = { version = "0.8.2", default-features = false } | ||
mirror-mirror-macros = { path = "../mirror-mirror-macros", version = "0.1.2" } | ||
mirror-mirror-macros = { path = "../mirror-mirror-macros", version = "0.1.3" } | ||
once_cell = { version = "1.16", features = ["alloc", "race", "critical-section"], default-features = false } | ||
ordered-float = { version = "3.4.0", default-features = false } | ||
serde = { version = "1.0.158", default-features = false, features = ["derive", "alloc"], optional = true } | ||
|