Skip to content

Commit

Permalink
Prepare v0.9.0-alpha.0 version (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr authored Mar 9, 2024
1 parent d02baeb commit 9db03fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ron"
# Memo: update version in src/lib.rs too (doc link)
version = "0.9.0"
version = "0.9.0-alpha.0"
license = "MIT OR Apache-2.0"
keywords = ["parser", "serde", "serialization"]
authors = [
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#![deny(unsafe_code)]
#![allow(clippy::missing_errors_doc)] // FIXME
#![doc = include_str!("../README.md")]
#![doc(html_root_url = "https://docs.rs/ron/0.9.0")]
#![doc(html_root_url = "https://docs.rs/ron/0.9.0-alpha.0")]

pub mod de;
pub mod ser;
Expand Down

0 comments on commit 9db03fd

Please sign in to comment.