-
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 #142 from artichoke/lopopolo/license-derived
Remove notice from README on derived work
- Loading branch information
Showing
3 changed files
with
3 additions
and
9 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
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" | ||
|
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 |
---|---|---|
|
@@ -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: | ||
|
@@ -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 | ||
|
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