Skip to content

Commit 964d9fb

Browse files
committed
ci: making rust work
1 parent 277bcca commit 964d9fb

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

mise.toml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@
66
# "./tests/mise.tcp.toml",
77
# "./tests/mise.tls.toml",
88
# ]
9+
10+
[tools]
11+
rust = "latest"
12+
"cargo:cargo-binstall" = "latest"
13+
"cargo:sqlx-cli" = "latest"
14+
15+
916
[task_config]
10-
includes = [
11-
"tasks",
12-
"tasks/postgres.toml",
13-
]
17+
includes = ["tasks", "tasks/postgres.toml"]
1418

1519
[env]
1620
POSTGRES_DB = "cipherstash"

0 commit comments

Comments
 (0)