Skip to content

Commit

Permalink
Release v2.0.0-beta.1 (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKoenders committed Jan 19, 2022
1 parent 3f32476 commit f653f8a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -5,7 +5,7 @@ members = [

[package]
name = "bincode"
version = "2.0.0-beta.0" # remember to update html_root_url and bincode_derive
version = "2.0.0-beta.1" # remember to update html_root_url and bincode_derive
authors = ["Ty Overby <ty@pre-alpha.com>", "Zoey Riordan <zoey@dos.cafe>", "Victor Koenders <bincode@trangar.com>"]
exclude = ["logo.svg", "examples/*", ".gitignore", ".github/"]

Expand Down Expand Up @@ -39,7 +39,7 @@ serde_alloc = ["serde_incl/alloc", "alloc"] # alloc
serde_no_std = ["serde_incl"] # no_std

[dependencies]
bincode_derive = { path = "derive", version = "2.0.0-beta.0", optional = true }
bincode_derive = { path = "derive", version = "2.0.0-beta.1", optional = true }
serde_incl = { package = "serde", version = "1.0", default-features = false, optional = true }

# Used for tests
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bincode_derive"
version = "2.0.0-beta.0" # remember to update bincode
version = "2.0.0-beta.1" # remember to update bincode
authors = ["Zoey Riordan <zoey@dos.cafe>", "Victor Koenders <bincode@trangar.com>"]
edition = "2021"

Expand Down
4 changes: 2 additions & 2 deletions fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -54,7 +54,7 @@
//! assert_eq!(decoded, input);
//! ```

#![doc(html_root_url = "https://docs.rs/bincode/2.0.0-beta.0")]
#![doc(html_root_url = "https://docs.rs/bincode/2.0.0-beta.1")]
#![crate_name = "bincode"]
#![crate_type = "rlib"]

Expand Down

0 comments on commit f653f8a

Please sign in to comment.