We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97077b commit 499977eCopy full SHA for 499977e
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.5.8 - 20223-03-30
4
+
5
+ - Fixed clippy warnings
6
+ - Added `parallel` feature forwarding to `cc/parallel`
7
+ - Ported to `syn 2.0`
8
9
## 0.5.7 - 2022-04-29
10
11
- Fixed clippy warnings
publish_crates.sh
@@ -1,7 +1,6 @@
#!/bin/bash
cargo publish --manifest-path cpp_common/Cargo.toml
-sleep 30
cargo publish --manifest-path cpp_macros/Cargo.toml
cargo publish --manifest-path cpp_build/Cargo.toml
cargo publish --manifest-path cpp/Cargo.toml
0 commit comments