-
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.
Merge pull request #20 from artichoke/prep-for-wip-release
Prepare for 0.0.1 release
- Loading branch information
Showing
12 changed files
with
1,173 additions
and
265 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 = "roe" | ||
version = "0.1.0" # remember to set `html_root_url` in `src/lib.rs`. | ||
version = "0.0.1" # remember to set `html_root_url` in `src/lib.rs`. | ||
authors = ["Ryan Lopopolo <[email protected]>"] | ||
license = "MIT" | ||
edition = "2018" | ||
|
@@ -16,7 +16,7 @@ include = ["src/**/*", "tests/**/*", "LICENSE", "README.md"] | |
[features] | ||
default = ["std"] | ||
# Enable dependency on `std`, the Rust standard library. This feature enables | ||
# `std::error::Error` implementations on the error types in `boba`. | ||
# `std::error::Error` implementations on the error types in `roe`. | ||
std = ["alloc"] | ||
# Enable a dependency on `alloc`, The Rust collections library. This feature | ||
# enables APIs that depend on `Vec` and `String`. | ||
|
@@ -33,6 +33,6 @@ version-sync = "0.9, >= 0.9.2" | |
|
||
[package.metadata.docs.rs] | ||
# This sets the default target to `x86_64-unknown-linux-gnu` and only builds | ||
# that target. `boba` has the same API and code on all targets. | ||
# that target. `roe` has the same API and code on all targets. | ||
targets = ["x86_64-unknown-linux-gnu"] | ||
rustdoc-args = ["--cfg", "docsrs"] |
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
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
Oops, something went wrong.