From 9c4f150c80033e9febe13bfe66a35bc7f3995bc1 Mon Sep 17 00:00:00 2001 From: Mauro Ezequiel Moltrasio Date: Thu, 14 May 2026 13:03:00 +0200 Subject: [PATCH] chore: prepare release branch for 0.3 --- Cargo.lock | 2 +- constants.mk | 2 +- fact/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64ad0310..04ce02d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -432,7 +432,7 @@ dependencies = [ [[package]] name = "fact" -version = "0.3.0-dev" +version = "0.3.0" dependencies = [ "anyhow", "aya", diff --git a/constants.mk b/constants.mk index c624c597..e439b90f 100644 --- a/constants.mk +++ b/constants.mk @@ -1,4 +1,4 @@ -RUST_VERSION ?= stable +RUST_VERSION ?= 1.95 FACT_TAG ?= $(shell git describe --always --tags --abbrev=10 --dirty) FACT_VERSION ?= $(FACT_TAG) diff --git a/fact/Cargo.toml b/fact/Cargo.toml index 5a7d900c..a2da1245 100644 --- a/fact/Cargo.toml +++ b/fact/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fact" -version = "0.3.0-dev" +version = "0.3.0" edition = "2024" license.workspace = true