From a69d01fa520fab3f518237c733454be397f384a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oliveira?= Date: Thu, 30 Jan 2025 15:19:47 +0000 Subject: [PATCH 1/2] update msrv --- refinery/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refinery/Cargo.toml b/refinery/Cargo.toml index fce329ec..02eb6f86 100644 --- a/refinery/Cargo.toml +++ b/refinery/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "refinery" version = "0.8.14" -rust-version = "1.75" +rust-version = "1.83" authors = ["Katharina Fey ", "João Oliveira "] license = "MIT" description = "Powerful SQL migration toolkit for Rust" From 7d1e76f9f06703f16832230b1370ed808bbab304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oliveira?= Date: Sat, 12 Apr 2025 14:04:04 +0100 Subject: [PATCH 2/2] Update refinery/Cargo.toml --- refinery/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/refinery/Cargo.toml b/refinery/Cargo.toml index f6a2a661..fe4047f2 100644 --- a/refinery/Cargo.toml +++ b/refinery/Cargo.toml @@ -1,6 +1,5 @@ [package] name = "refinery" -version = "0.8.14" version = "0.8.16" rust-version = "1.83" authors = ["Katharina Fey ", "João Oliveira "]