neon_arch commited on
Commit
d14a5d4
·
1 Parent(s): 8dfe2e1

🧹 chore: make github actions happy (#180)(#178)

Browse files
Files changed (1) hide show
  1. Cargo.toml +1 -1
Cargo.toml CHANGED
@@ -27,7 +27,7 @@ once_cell = {version="1.18.0"}
27
  error-stack = {version="0.4.0"}
28
  async-trait = {version="0.1.73"}
29
  regex = {version="1.9.4", features=["perf"]}
30
- futures = {version="0.3.28"}dhat = {version="0.3.2", optional = true}
31
  dhat = {version="0.3.2", optional = true}
32
  smallvec = {version="1.11.0", features=["union", "serde"]}
33
 
 
27
  error-stack = {version="0.4.0"}
28
  async-trait = {version="0.1.73"}
29
  regex = {version="1.9.4", features=["perf"]}
30
+ futures = {version="0.3.28"}
31
  dhat = {version="0.3.2", optional = true}
32
  smallvec = {version="1.11.0", features=["union", "serde"]}
33