We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd9813 commit 4217f8dCopy full SHA for 4217f8d
crates/flagd/Cargo.toml
@@ -2,7 +2,7 @@
2
name = "open-feature-flagd"
3
version = "0.0.3"
4
edition = "2021"
5
-rust-version = "1.71.1" # MSRV
+rust-version = "1.80.1" # MSRV
6
description = "The official flagd provider for OpenFeature."
7
documentation = "https://docs.rs/open-feature-flagd"
8
readme = "README.md"
@@ -14,7 +14,6 @@ license = "Apache-2.0"
14
include = [
15
"schemas/protobuf/flagd/evaluation/v1/evaluation.proto",
16
"schemas/protobuf/flagd/sync/v1/sync.proto",
17
- "flagd-testbed/gherkin/config.feature",
18
"build.rs",
19
"src/*",
20
]
0 commit comments