Skip to content

Commit 05caef7

Browse files
authored
Merge pull request #187 from cipherstash/chore/bump-eql-to-1.0.0
Bump EQL to 1.0.0 🚀
2 parents 83796eb + 0ed8cfc commit 05caef7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mise.local.example.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ CS_CLIENT_KEY = "client-key"
1515
CS_CLIENT_ID = "client-id"
1616

1717
# The release of EQL that the proxy tests will use and releases will be built with
18-
CS_EQL_VERSION="eql-0.5.4"
18+
CS_EQL_VERSION="eql-1.0.0"
1919

2020
# TLS variables are required for providing TLS to Proxy's clients.
2121
# CS_TLS__TYPE can be either "Path" or "Pem" (case-sensitive).

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ CS_DATABASE__PORT = "5532"
2222
CS_PROXY__HOST = "proxy"
2323
# Misc
2424
DOCKER_CLI_HINTS = "false" # Please don't show us What's Next.
25-
CS_EQL_VERSION="eql-0.5.4"
25+
CS_EQL_VERSION="eql-1.0.0"
2626

2727
[tools]
2828
"cargo:cargo-binstall" = "latest"

0 commit comments

Comments
 (0)