File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 73
73
- name : Install Rust toolchain
74
74
uses : artichoke/setup-rust/build-and-test@v1.12.1
75
75
with :
76
- toolchain : " 1.58 .0"
76
+ toolchain : " 1.76 .0"
77
77
78
78
- name : Compile
79
79
run : cargo build --verbose
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " strftime-ruby"
3
3
# remember to set `html_root_url` in `src/lib.rs`.
4
- version = " 1.0.1 "
4
+ version = " 1.1.0 "
5
5
authors = [" Ryan Lopopolo <rjl@hyperbo.la>" , " x-hgg-x" ]
6
6
license = " MIT"
7
7
edition = " 2021"
8
- rust-version = " 1.58 .0"
8
+ rust-version = " 1.76 .0"
9
9
readme = " README.md"
10
10
repository = " https://github.com/artichoke/strftime-ruby"
11
11
documentation = " https://docs.rs/strftime-ruby"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Add this to your `Cargo.toml`:
37
37
38
38
```toml
39
39
[dependencies]
40
- strftime-ruby = "1.0.1 "
40
+ strftime-ruby = "1.1.0 "
41
41
```
42
42
43
43
## Crate features
@@ -64,7 +64,7 @@ All features are enabled by default.
64
64
65
65
### Minimum Supported Rust Version
66
66
67
- This crate requires at least Rust 1.58 .0. This version can be bumped in minor
67
+ This crate requires at least Rust 1.76 .0. This version can be bumped in minor
68
68
releases.
69
69
70
70
## License
Original file line number Diff line number Diff line change 112
112
//! days in that year. The days before the first week are in the last week of
113
113
//! the previous year.
114
114
115
- #![ doc( html_root_url = "https://docs.rs/strftime-ruby/1.0.1 " ) ]
115
+ #![ doc( html_root_url = "https://docs.rs/strftime-ruby/1.1.0 " ) ]
116
116
#![ no_std]
117
117
118
118
#[ cfg( feature = "alloc" ) ]
You can’t perform that action at this time.
0 commit comments