Skip to content

Commit 38a115a

Browse files
authored
feat: bump flagsmith-flag-engine to enable IN operator (#15)
feat: bump flagsmith-flag-engine to enable `IN` operator
2 parents 0501121 + 3219bf9 commit 38a115a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flagsmith"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
authors = ["Gagan Trivedi <[email protected]>"]
55
edition = "2021"
66
license = "BSD-3-Clause"
@@ -22,7 +22,7 @@ chrono = { version = "0.4"}
2222
log = "0.4"
2323
flume = "0.10.14"
2424

25-
flagsmith-flag-engine = "0.2.0"
25+
flagsmith-flag-engine = "0.3.0"
2626

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

0 commit comments

Comments
 (0)