Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrobot committed Jan 14, 2025
1 parent ae351ad commit 18a1b78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.78.0
toolchain: 1.81.0
target: wasm32-unknown-unknown
override: true
components: llvm-tools-preview
Expand All @@ -38,7 +38,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.78.0
toolchain: 1.81.0
override: true
components: rustfmt, clippy

Expand Down
2 changes: 1 addition & 1 deletion packages/injective-test-tube/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ injective-std = { version = "1.13.4" }
prost = { version = "0.13.4", features = [ "prost-derive" ] }
serde = "1.0.144"
serde_json = "1.0.85"
test-tube-inj = { version = "2.0.3", path = "../test-tube" }
test-tube-inj = { version = "2.0.3" }
thiserror = "1.0.34"

[build-dependencies]
Expand Down

0 comments on commit 18a1b78

Please sign in to comment.