File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 55 tags :
66 - v[0-9]+.*
77
8- env :
9- RUSTFLAGS : -D warnings
10- RUST_BACKTRACE : 1
11-
128jobs :
139 create-release :
1410 if : github.repository_owner == 'smol-rs'
1511 runs-on : ubuntu-latest
1612 steps :
1713 - uses : actions/checkout@v3
18- - name : Install Rust
19- run : rustup update stable
20- - run : cargo package
2114 - uses : taiki-e/create-gh-release-action@v1
2215 with :
2316 changelog : CHANGELOG.md
Original file line number Diff line number Diff line change 1+ # Version 1.7.0
2+
3+ - Process timers set for exactly ` now ` . (#73 )
4+
15# Version 1.6.0
26
37- Add ` Readable ` and ` Writable ` futures. (#64 , #66 )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "async-io"
33# When publishing a new version:
44# - Update CHANGELOG.md
55# - Create "v1.x.y" git tag
6- version = " 1.6 .0"
6+ version = " 1.7 .0"
77authors = [
" Stjepan Glavina <[email protected] >" ]
88edition = " 2018"
99rust-version = " 1.46"
You can’t perform that action at this time.
0 commit comments