Skip to content

Commit 253e618

Browse files
authored
fix(grz-check): add minimum required rust version to package definition (#457)
fix(grz-check): add minimum required rust version to pacakge definition Resolves #456
1 parent bb15fb8 commit 253e618

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/grz-check/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "grz-check"
33
version = "0.2.0"
44
edition = "2024"
5+
rust-version = "1.88"
56
license = "MIT"
67
description = "grz-check is a tool for validating incoming files of Modellvorhaben §64e submissions to Genomrechenzentren (GRZ) in Germany."
78
homepage = "https://github.com/BfArM-MVH/grz-tools/tree/main/packages/grz-check"

0 commit comments

Comments
 (0)