We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac1b87e + 9cc6b5d commit be7b63aCopy full SHA for be7b63a
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "datafrog"
3
-version = "2.0.0"
+version = "2.0.1"
4
authors = ["Frank McSherry <[email protected]>", "The Rust Project Developers", "Datafrog Developers"]
5
license = "Apache-2.0/MIT"
6
description = "Lightweight Datalog engine intended to be embedded in other Rust programs"
RELEASES.md
@@ -1,3 +1,7 @@
+# 2.0.1
+
+- Work around a rustdoc ICE (#24)
# 2.0.0
7
- Breaking changes:
0 commit comments