Skip to content

Commit 4217f8d

Browse files
authored
fix: increase MSRV to correct version, delete unnecessary include (#27)
Signed-off-by: Eren Atas <[email protected]>
1 parent fcd9813 commit 4217f8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/flagd/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "open-feature-flagd"
33
version = "0.0.3"
44
edition = "2021"
5-
rust-version = "1.71.1" # MSRV
5+
rust-version = "1.80.1" # MSRV
66
description = "The official flagd provider for OpenFeature."
77
documentation = "https://docs.rs/open-feature-flagd"
88
readme = "README.md"
@@ -14,7 +14,6 @@ license = "Apache-2.0"
1414
include = [
1515
"schemas/protobuf/flagd/evaluation/v1/evaluation.proto",
1616
"schemas/protobuf/flagd/sync/v1/sync.proto",
17-
"flagd-testbed/gherkin/config.feature",
1817
"build.rs",
1918
"src/*",
2019
]

0 commit comments

Comments
 (0)