Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 3125c5a

Browse files
authored
Merge pull request #58 from artichoke/lopopolo/release-v1.0.0
Prepare for v1.0.0 release
2 parents 0d01e8a + 937afb4 commit 3125c5a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "strftime-ruby"
33
# remember to set `html_root_url` in `src/lib.rs`.
4-
version = "0.1.0"
4+
version = "1.0.0"
55
authors = ["Ryan Lopopolo <rjl@hyperbo.la>", "x-hgg-x"]
66
license = "MIT"
77
edition = "2021"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Add this to your `Cargo.toml`:
3737
3838
```toml
3939
[dependencies]
40-
strftime-ruby = "0.1.0"
40+
strftime-ruby = "1.0.0"
4141
```
4242
4343
## Crate features

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
//! days in that year. The days before the first week are in the last week of
113113
//! the previous year.
114114
115-
#![doc(html_root_url = "https://docs.rs/strftime-ruby/0.1.0")]
115+
#![doc(html_root_url = "https://docs.rs/strftime-ruby/1.0.0")]
116116
#![no_std]
117117

118118
#[cfg(feature = "alloc")]

0 commit comments

Comments
 (0)