Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"tekton",
"dockerfile",
"rpm-lockfile",
"cargo",
],
"packageRules": [
{
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion constants.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RUST_VERSION ?= stable
RUST_VERSION ?= 1.92

FACT_TAG ?= $(shell git describe --always --tags --abbrev=10 --dirty)
FACT_VERSION ?= $(FACT_TAG)
Expand Down
2 changes: 1 addition & 1 deletion fact/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fact"
version = "0.2.0-dev"
version = "0.2.0"
edition = "2021"

license.workspace = true
Expand Down