Skip to content

Commit

Permalink
Release rc.3 (#628)
Browse files Browse the repository at this point in the history
Co-authored-by: Victor Koenders <victor.koenders@qrtech.se>
  • Loading branch information
VictorKoenders and Victor Koenders committed Mar 30, 2023
1 parent b34ee95 commit aada4bb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -3,7 +3,7 @@ members = ["derive", "compatibility"]

[package]
name = "bincode"
version = "2.0.0-rc.2" # remember to update html_root_url and bincode_derive
version = "2.0.0-rc.3" # remember to update html_root_url and bincode_derive
authors = [
"Ty Overby <ty@pre-alpha.com>",
"Zoey Riordan <zoey@dos.cafe>",
Expand Down Expand Up @@ -31,7 +31,7 @@ alloc = ["serde?/alloc"]
derive = ["bincode_derive"]

[dependencies]
bincode_derive = { path = "derive", version = "2.0.0-rc.2", optional = true }
bincode_derive = { path = "derive", version = "2.0.0-rc.3", optional = true }
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-rc.2" # remember to update bincode
version = "2.0.0-rc.3" # remember to update bincode
authors = [
"Zoey Riordan <zoey@dos.cafe>",
"Victor Koenders <bincode@trangar.com>",
Expand Down
10 changes: 5 additions & 5 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 @@ -71,7 +71,7 @@
//! [`net::TcpStream`]: std::net::TcpStream
//!

#![doc(html_root_url = "https://docs.rs/bincode/2.0.0-rc.2")]
#![doc(html_root_url = "https://docs.rs/bincode/2.0.0-rc.3")]
#![crate_name = "bincode"]
#![crate_type = "rlib"]

Expand Down

0 comments on commit aada4bb

Please sign in to comment.