Skip to content

Commit ac07712

Browse files
committed
Bump rust version
1 parent 4ed0192 commit ac07712

File tree

9 files changed

+267
-47
lines changed

9 files changed

+267
-47
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- ubuntu-latest
2424

2525
toolchain:
26-
- 1.71.0
26+
- 1.82.0
2727

2828
steps:
2929
- uses: actions/checkout@v2

Diff for: .github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- windows-latest
2828

2929
toolchain:
30-
- 1.71.0
30+
- 1.82.0
3131
- stable
3232
- nightly
3333

Diff for: CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# Unreleased
1+
# v0.1.4
22

33
- Add integration testing
44
- Add examples/dumb_shell.rs code for easy testing.
5+
- Add tokio usage example.
6+
- Bump dependencies
57

68
# v0.1.3
79

0 commit comments

Comments
 (0)