This repository was archived by the owner on Nov 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " strftime-ruby"
33# remember to set `html_root_url` in `src/lib.rs`.
4- version = " 0.1 .0"
4+ version = " 1.0 .0"
55authors = [" Ryan Lopopolo <rjl@hyperbo.la>" , " x-hgg-x" ]
66license = " MIT"
77edition = " 2021"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ) ]
You can’t perform that action at this time.
0 commit comments