Skip to content

Commit

Permalink
Merge pull request #270 from artichoke/dev/lopopolo-prepare-6.0.0-rel…
Browse files Browse the repository at this point in the history
…ease

Prepare v6.0.0 release
  • Loading branch information
lopopolo authored Feb 2, 2025
2 parents 3eed724 + f4594d2 commit 3c02090
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "boba"
version = "5.0.0" # remember to set `html_root_url` in `src/lib.rs`.
version = "6.0.0" # remember to set `html_root_url` in `src/lib.rs`.
authors = ["Ryan Lopopolo <rjl@hyperbo.la>"]
license = "MIT"
edition = "2021"
Expand All @@ -12,7 +12,7 @@ homepage = "https://github.com/artichoke/boba"
description = "Encoder and decoder for the Bubble Babble binary data encoding"
keywords = ["encode", "decode", "utf8", "bubblebabble", "no_std"]
categories = ["encoding", "no-std"]
include = ["src/**/*", "tests/**/*", "LICENSE", "README.md"]
include = ["/src/**/*", "/tests/**/*", "/LICENSE", "/README.md"]

[features]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
boba = "5.0.0"
boba = "6.0.0"
```

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 @@ -71,7 +71,7 @@
//! crate.
#![no_std]
#![doc(html_root_url = "https://docs.rs/boba/5.0.0")]
#![doc(html_root_url = "https://docs.rs/boba/6.0.0")]

extern crate alloc;

Expand Down

0 comments on commit 3c02090

Please sign in to comment.