We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1af7d5 commit d775b4fCopy full SHA for d775b4f
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "chute"
3
-version = "0.1.0"
+version = "0.1.1"
4
license = "MIT OR Apache-2.0"
5
edition = "2021"
6
exclude = ["benchmarks", "doc"]
Changelog.md
@@ -0,0 +1,9 @@
+# Changelog
+
+## 0.1.1
+The library is MIRI friendly now.
7
+## 0.1.0
8
9
+Initial release
0 commit comments