Skip to content

Commit

Permalink
Upgrade dependencies (#351)
Browse files Browse the repository at this point in the history
* Update cargo deps

* flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/ace5093e36ab1e95cb9463863491bee90d5a4183' (2023-09-15)
  → 'github:nixos/nixpkgs/970a59bd19eff3752ce552935687100c46e820a5' (2023-09-17)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/f84bb1621574473d05e6ed79ba57a371d8ad8259' (2023-09-16)
  → 'github:oxalica/rust-overlay/23224b680af0b27b320adec2a0dae4eef29350e6' (2023-09-21)
  • Loading branch information
aumetra authored Sep 21, 2023
1 parent 7eee8ef commit b5bd6a4
Show file tree
Hide file tree
Showing 21 changed files with 162 additions and 149 deletions.
7 changes: 1 addition & 6 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ xtask = "run --manifest-path ./xtask/Cargo.toml --"

[build]
rustdocflags = ["--document-private-items"]
rustflags = [
"--cfg",
"uuid_unstable",
"-C",
"target-cpu=native", # This probably isn't good, could lead to some weird issues but better than end-users having to struggle with arcane `simd-json` errors
]
rustflags = ["--cfg", "uuid_unstable"]

[registries.crates-io]
protocol = "sparse"
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-C debuginfo=0 -C target-cpu=x86-64-v3 --cfg uuid_unstable"
RUSTFLAGS: "-C debuginfo=0 --cfg uuid_unstable"

jobs:
clippy:
Expand Down
Loading

0 comments on commit b5bd6a4

Please sign in to comment.