Skip to content

Commit

Permalink
build(core): update rust to 1.81.0 and commit Cargo.lock (#1343)
Browse files Browse the repository at this point in the history
**Motivation**
Commit Cargo.lock so that we don't break the build with dependencies
that are auto updated

**Description**
- Added Cargo.lock
- Updated [email protected]
  • Loading branch information
mpaulucci authored Nov 28, 2024
1 parent c3d1236 commit 58e95af
Show file tree
Hide file tree
Showing 16 changed files with 7,279 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
cancel-in-progress: true

env:
RUST_VERSION: 1.80.1
RUST_VERSION: 1.81.0

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_l2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
cancel-in-progress: true

env:
RUST_VERSION: 1.80.1
RUST_VERSION: 1.81.0

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hive_coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
RUST_VERSION: 1.80.1
RUST_VERSION: 1.81.0

jobs:
run-hive:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true

env:
RUST_VERSION: 1.80.1
RUST_VERSION: 1.81.0

jobs:
docker_build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/levm_reporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
RUST_VERSION: 1.80.1
RUST_VERSION: 1.81.0

jobs:
ef-test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/loc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
RUST_VERSION: 1.80.1
RUST_VERSION: 1.81.0

jobs:
loc:
Expand Down
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
debug/
**/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
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rust 1.80.1
rust 1.81.0
# golang 1.23.2
Loading

0 comments on commit 58e95af

Please sign in to comment.