From 8aaef60e0a5705d6b793057e30473413eb6f8ef2 Mon Sep 17 00:00:00 2001 From: Ron Hough Date: Fri, 28 Jun 2024 19:37:42 -0500 Subject: [PATCH] build: Bump readyset version number for linux pkgs The linux release packages get their version number from the readyset version number in public/readyset/Cargo.toml. Change-Id: Iede6d2c95443c9fcfce0750627658e0565680870 --- Cargo.lock | 2 +- readyset/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bef5cb3d52..debad2ce4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4276,7 +4276,7 @@ dependencies = [ [[package]] name = "readyset" -version = "1.5.0" +version = "1.6.0" dependencies = [ "anyhow", "chrono", diff --git a/readyset/Cargo.toml b/readyset/Cargo.toml index c4b82ff2e0..bbb6c10c29 100644 --- a/readyset/Cargo.toml +++ b/readyset/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "readyset" -version = "1.5.0" +version = "1.6.0" publish = false authors = ["Readyset Technology, Inc. "] -edition = "2021" +edition = "2024" license = "BSL 1.1" description = """\ A real-time SQL caching engine for Postgres and MySQL."""