Skip to content

Commit

Permalink
chore: use latest fuels-rs in tests (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-magnet authored Apr 12, 2024
1 parent 4b8d6b7 commit 42f707e
Show file tree
Hide file tree
Showing 6 changed files with 5,790 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
env:
DASEL_VERSION: https://github.com/TomWright/dasel/releases/download/v1.24.3/dasel_linux_amd64
RUST_VERSION: 1.77.0
FUEL_CORE_VERSION: 0.24.1
FUEL_CORE_VERSION: 0.24.2
IMAGE_NAME: ${{ github.repository }}

jobs:
Expand Down
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# will have compiled files and executables
/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
Loading

0 comments on commit 42f707e

Please sign in to comment.