-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: Prepare for initial 1.0 alpha version
We would like to release a `v1.0-alpha` that contains only the parsing code and error types. - Delete everything except `parse`, `iter`, and `error`. - Make the `error` module private - Keep the re-export of all error types at crate root - Bump the version number - Add a changelog entry (TODO) - Update the lock files
- Loading branch information
Showing
23 changed files
with
18 additions
and
2,344 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
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 = "hex-conservative" | ||
version = "0.3.0" | ||
version = "1.0.0-alpha.0" | ||
authors = ["Martin Habovštiak <[email protected]>", "Andrew Poelstra <[email protected]>"] | ||
license = "CC0-1.0" | ||
repository = "https://github.com/rust-bitcoin/hex-conservative" | ||
|
@@ -17,9 +17,6 @@ exclude = ["tests", "contrib"] | |
all-features = true | ||
rustdoc-args = ["--cfg", "docsrs"] | ||
|
||
[workspace] | ||
members = ["fuzz"] | ||
|
||
[features] | ||
default = ["std"] | ||
std = ["alloc"] | ||
|
@@ -33,13 +30,3 @@ serde = { version = "1.0", default-features = false, optional = true } | |
[dev-dependencies] | ||
serde = { version = "1.0.156", features = ["derive"] } | ||
serde_json = "1.0" | ||
|
||
[[example]] | ||
name = "hexy" | ||
|
||
[[example]] | ||
name = "wrap_array" | ||
|
||
[[example]] | ||
name = "serde" | ||
required-features = ["std", "serde"] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.