Skip to content

Commit

Permalink
Merge pull request #32 from artichoke/release-3.0.0
Browse files Browse the repository at this point in the history
Release v3.0.0
  • Loading branch information
lopopolo authored Mar 23, 2020
2 parents 484f59e + 0de7eaf commit 6450a61
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 = "boba"
version = "2.0.0" # remember to set `html_root_url` in `src/lib.rs`.
version = "3.0.0" # 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 @@ -26,7 +26,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
boba = "2"
boba = "3"
```

Then encode and decode data like:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
//! into a `String`. This is known to be safe since the buffer is populated from
//! a fixed, ASCII-only alpahabet.
#![doc(html_root_url = "https://artichoke.github.io/bubblebabble")]
#![doc(html_root_url = "https://docs.rs/boba/3.0.0")]

#[cfg(doctest)]
doc_comment::doctest!("../README.md");
Expand Down

0 comments on commit 6450a61

Please sign in to comment.