Skip to content

Commit

Permalink
fix(prerequisite): return disabled variation if pre-toggle is not mat… (
Browse files Browse the repository at this point in the history
#337)

* fix(prerequisite): return disabled variation if pre-toggle is not match or does not exist

* Update server.yml fix test coverage action error.

---------

Co-authored-by: Feng Shang <[email protected]>
  • Loading branch information
FengShang and Feng Shang committed Sep 19, 2023
1 parent e43668e commit e5318ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tracing-subscriber = { version = "0.3", features = [
] }
url = "2.3"
socketio-rs = { optional = true, version = "0.1.7", default-features = false, features = ["server"] }
feature-probe-server-sdk = { version = "2.2.0", features = [
feature-probe-server-sdk = { version = "2.3.0", features = [
"internal",
], default-features = false }
feature-probe-event = { version="1.2.0", features = [
Expand Down

0 comments on commit e5318ff

Please sign in to comment.