Skip to content

Commit 2f8fe7e

Browse files
authored
deps: bump flagsmith-flag-engine to 0.5.1 (#41)
1 parent 19a235b commit 2f8fe7e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ url = "2.1"
2121
chrono = { version = "0.4" }
2222
log = "0.4"
2323
flume = "0.10.14"
24-
flagsmith-flag-engine = "0.5.0"
24+
flagsmith-flag-engine = "0.5.1"
2525

2626
[dev-dependencies]
2727
httpmock = "0.6"

src/flagsmith/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ mod tests {
451451

452452
static ENVIRONMENT_JSON: &str = r#"{
453453
"api_key": "B62qaMZNwfiqT76p38ggrQ",
454+
"name": "Test Environment",
454455
"project": {
455456
"name": "Test project",
456457
"organisation": {

tests/fixtures/environment.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"api_key": "B62qaMZNwfiqT76p38ggrQ",
3+
"name": "Test Environment",
34
"project": {
45
"name": "Test project",
56
"organisation": {

0 commit comments

Comments
 (0)