From 6a2db8eaf057bfbfef3f42584836f72957bbab03 Mon Sep 17 00:00:00 2001 From: Vianney Bacoup Date: Mon, 12 Feb 2024 15:52:54 +0100 Subject: [PATCH] Release v2.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5223cd..29af188 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -686,7 +686,7 @@ dependencies = [ [[package]] name = "fakelake" -version = "1.0.0" +version = "2.0.0" dependencies = [ "arrow-array", "arrow-schema", diff --git a/Cargo.toml b/Cargo.toml index 80408ef..3b6fcc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fakelake" -version = "1.0.0" +version = "2.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html