Skip to content

Commit 92c4f64

Browse files
authored
Merge pull request #18 from fpco/update-deps
Update dependencies, Pin rust version
2 parents 213b79e + ac07712 commit 92c4f64

File tree

10 files changed

+269
-49
lines changed

10 files changed

+269
-49
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
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

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
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)