Skip to content

Commit

Permalink
jf-pcs build regression: pin rust 1.83 (#2453)
Browse files Browse the repository at this point in the history
* jf-pcs build regression: pin rust 1.83

- Use toolchain toml file from nix flake to also pin the same rust
  version in the nix dev env.
- Update flake.lock to include latest rust versions.

* cargo sort
  • Loading branch information
sveitser authored Jan 14, 2025
1 parent 9d1467d commit 220df37
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 192 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ members = [
"sequencer",
"tests",
"types",
"utils",
"utils"
]

exclude = [
"sequencer-sqlite"
]
exclude = ["sequencer-sqlite"]

[workspace.dependencies]
anyhow = "^1.0"
Expand Down
Loading

0 comments on commit 220df37

Please sign in to comment.