Skip to content

Commit

Permalink
Merge pull request #142 from artichoke/lopopolo/license-derived
Browse files Browse the repository at this point in the history
Remove notice from README on derived work
  • Loading branch information
lopopolo authored Mar 30, 2022
2 parents 97851ab + 86881e5 commit f3af800
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 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 = "4.3.0" # remember to set `html_root_url` in `src/lib.rs`.
version = "4.3.1" # remember to set `html_root_url` in `src/lib.rs`.
authors = ["Ryan Lopopolo <[email protected]>"]
license = "MIT"
edition = "2018"
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
boba = "4.3.0"
boba = "4.3.1"
```

Then encode and decode data like:
Expand Down Expand Up @@ -57,12 +57,6 @@ MSRV may be bumped in minor version releases.

`boba` is licensed under the [MIT License](LICENSE) (c) Ryan Lopopolo.

`boba` is derived from `bubble-babble-ts` @
[v1.0.1](https://github.com/JonathanWilbur/bubble-babble-ts/tree/v1.0.1).
`bubble-babble-ts` is licensed under the
[MIT License](https://github.com/JonathanWilbur/bubble-babble-ts/blob/v1.0.1/LICENSE.txt)
Copyright (c) 2018 Jonathan M. Wilbur \<[email protected]\>.

[bubble-babble-spec]: spec/Bubble_Babble_Encoding.txt
[`alloc`]: https://doc.rust-lang.org/stable/alloc/index.html
[`std`]: https://doc.rust-lang.org/stable/std/index.html
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
//! [`std::error::Error`]: https://doc.rust-lang.org/stable/std/error/trait.Error.html
#![no_std]
#![doc(html_root_url = "https://docs.rs/boba/4.3.0")]
#![doc(html_root_url = "https://docs.rs/boba/4.3.1")]

// Ensure code blocks in README.md compile
#[cfg(doctest)]
Expand Down

0 comments on commit f3af800

Please sign in to comment.