From 919b7856aa03e5550e7c2711c7e0e895879b4e75 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 1 Aug 2024 22:04:56 +0200 Subject: [PATCH] feat: use workspace version Signed-off-by: kjuulh --- crates/drift/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/drift/Cargo.toml b/crates/drift/Cargo.toml index 22612b5..e96a459 100644 --- a/crates/drift/Cargo.toml +++ b/crates/drift/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "drift" -version = "0.1.0" +version.workspace = true edition = "2021" [dependencies]