We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc1697 commit e9f503bCopy full SHA for e9f503b
.github/workflows/rust.yml
@@ -2,7 +2,7 @@ name: Rust
2
3
on:
4
push:
5
- branches: [ master ]
+ branches: [ main ]
6
7
env:
8
CARGO_TERM_COLOR: always
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# hirofa-quickjs_sys - Changelog
+## 0.6.0
+
+* updated quickjs-ng to 0.6.0
## 0.5.0
9
* updated quickjs-ng to 0.5.0
0 commit comments