From f6f0adbdae2efb6817b1b0229e93a261ca860b66 Mon Sep 17 00:00:00 2001 From: Eric Zhang Date: Sun, 19 Mar 2023 01:24:01 -0400 Subject: [PATCH] chore: Release crepe version 0.1.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 862c9bf..777cb6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crepe" -version = "0.1.7" +version = "0.1.8" authors = ["Eric Zhang "] license = "MIT OR Apache-2.0" description = "Datalog in Rust as a procedural macro"