-
Notifications
You must be signed in to change notification settings - Fork 37
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
Showing
4 changed files
with
11 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Copyright (c) 2017-2020 Alissa Rao <[email protected]> | ||
Copyright (c) 2017-2023 Alissa Rao <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any | ||
person obtaining a copy of this software and associated | ||
|
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 = "enumset" | ||
version = "1.0.12" | ||
version = "1.0.13" | ||
authors = ["Alissa Rao <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
@@ -24,7 +24,7 @@ alloc = [] | |
std = ["alloc", "enumset_derive/proc-macro-crate"] | ||
|
||
[dependencies] | ||
enumset_derive = { version = "0.6.1", path = "../enumset_derive" } | ||
enumset_derive = { version = "0.7.0", path = "../enumset_derive" } | ||
serde2 = { package = "serde", version = "1", default-features = false, optional = true } | ||
|
||
[dev-dependencies] | ||
|
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 = "enumset_derive" | ||
version = "0.6.1" | ||
version = "0.7.0" | ||
authors = ["Alissa Rao <[email protected]>"] | ||
edition = "2021" | ||
|
||
|