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 19a235b commit 2f8fe7eCopy full SHA for 2f8fe7e
Cargo.toml
@@ -21,7 +21,7 @@ url = "2.1"
21
chrono = { version = "0.4" }
22
log = "0.4"
23
flume = "0.10.14"
24
-flagsmith-flag-engine = "0.5.0"
+flagsmith-flag-engine = "0.5.1"
25
26
[dev-dependencies]
27
httpmock = "0.6"
src/flagsmith/mod.rs
@@ -451,6 +451,7 @@ mod tests {
451
452
static ENVIRONMENT_JSON: &str = r#"{
453
"api_key": "B62qaMZNwfiqT76p38ggrQ",
454
+ "name": "Test Environment",
455
"project": {
456
"name": "Test project",
457
"organisation": {
tests/fixtures/environment.json
@@ -1,5 +1,6 @@
1
{
2
3
4
5
6
0 commit comments