We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24273e commit dca1a01Copy full SHA for dca1a01
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.10.6 (2018-11-07)
4
+
5
+- Fix tomlgen\_rust generating invalid `Cargo.toml` files.
6
+- Fix tomlgen\_rust setting wrong path in `.cargo/config`
7
8
## 0.10.5 (2018-09-09)
9
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
-version = "0.10.5"
+version = "0.10.6"
setup(
name="setuptools-rust",
0 commit comments