Skip to content

Commit

Permalink
Merge pull request #98 from artichoke/lopopolo/prepare-v0.0.3-release
Browse files Browse the repository at this point in the history
Prepare for v0.0.3 release
  • Loading branch information
lopopolo authored Aug 8, 2022
2 parents 34b25f2 + 2fa7179 commit dcd86dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "roe"
version = "0.0.2" # remember to set `html_root_url` in `src/lib.rs`.
version = "0.0.3" # remember to set `html_root_url` in `src/lib.rs`.
authors = ["Ryan Lopopolo <[email protected]>"]
license = "MIT"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
roe = "0.0.2"
roe = "0.0.3"
```

Then convert case like:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
//! [conventionally UTF-8 binary strings]: https://docs.rs/bstr/0.2.*/bstr/#when-should-i-use-byte-strings
#![no_std]
#![doc(html_root_url = "https://docs.rs/roe/0.0.2")]
#![doc(html_root_url = "https://docs.rs/roe/0.0.3")]

#[cfg(any(feature = "alloc", test))]
extern crate alloc;
Expand Down

0 comments on commit dcd86dc

Please sign in to comment.