Skip to content

Commit

Permalink
Merge pull request #58 from artichoke/lopopolo/release-v1.0.0
Browse files Browse the repository at this point in the history
Prepare for v1.0.0 release
  • Loading branch information
lopopolo authored Aug 20, 2022
2 parents 0d01e8a + 937afb4 commit 3125c5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "strftime-ruby"
# remember to set `html_root_url` in `src/lib.rs`.
version = "0.1.0"
version = "1.0.0"
authors = ["Ryan Lopopolo <[email protected]>", "x-hgg-x"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
strftime-ruby = "0.1.0"
strftime-ruby = "1.0.0"
```
## Crate features
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
//! days in that year. The days before the first week are in the last week of
//! the previous year.
#![doc(html_root_url = "https://docs.rs/strftime-ruby/0.1.0")]
#![doc(html_root_url = "https://docs.rs/strftime-ruby/1.0.0")]
#![no_std]

#[cfg(feature = "alloc")]
Expand Down

0 comments on commit 3125c5a

Please sign in to comment.