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