-
Notifications
You must be signed in to change notification settings - Fork 0
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
92282c5
commit e5c1cef
Showing
8 changed files
with
12 additions
and
12 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 @@ | ||
## v0.1008.0-dev | ||
## v0.1008.0 | ||
|
||
### Breaking changes | ||
|
||
|
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 = "bilrost" | ||
version = "0.1008.0-dev" | ||
version = "0.1008.0" | ||
authors = [ | ||
"Kent Ross <[email protected]>", | ||
"Dan Burkert <[email protected]>", | ||
|
@@ -38,7 +38,7 @@ harness = false | |
|
||
[dependencies] | ||
arrayvec = { version = ">=0.6", default-features = false, optional = true } | ||
bilrost-derive = { version = "=0.1008.0-dev", path = "bilrost-derive", optional = true } | ||
bilrost-derive = { version = "=0.1008.0", path = "bilrost-derive", optional = true } | ||
bytes = { version = "1", default-features = false } | ||
bytestring = { version = ">=1", default-features = false, optional = true } | ||
const_panic = { version = "0.2", default-features = false, features = ["non_basic"], optional = true } | ||
|
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 = "bilrost-derive" | ||
version = "0.1008.0-dev" | ||
version = "0.1008.0" | ||
authors = [ | ||
"Kent Ross <[email protected]>", | ||
"Dan Burkert <[email protected]>", | ||
|
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 = "bilrost-types" | ||
version = "0.1008.0-dev" | ||
version = "0.1008.0" | ||
authors = [ | ||
"Kent Ross <[email protected]>", | ||
"Dan Burkert <[email protected]>", | ||
|
@@ -20,11 +20,11 @@ rust-version = "1.65" | |
doctest = false | ||
|
||
[dependencies] | ||
bilrost = { version = "=0.1008.0-dev", path = "..", default-features = false, features = ["derive"] } | ||
bilrost = { version = "=0.1008.0", path = "..", default-features = false, features = ["derive"] } | ||
serde_json = { version = "1", default-features = false, features = ["alloc", "float_roundtrip"], optional = true } | ||
|
||
[dev-dependencies] | ||
bilrost = { version = "=0.1008.0-dev", path = "..", default-features = false, features = ["derive"] } | ||
bilrost = { version = "=0.1008.0", path = "..", default-features = false, features = ["derive"] } | ||
itertools = { version = ">=0.10, <0.13", default-features = false, features = ["use_alloc"] } | ||
proptest = "1" | ||
|
||
|
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