Skip to content

Commit

Permalink
Remove uuid_unstable flag since uuidv6+ has been stabilized
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Feb 11, 2024
1 parent dcced95 commit 88e6c73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'v*'

env:
RUSTFLAGS: "-D warnings --cfg uuid_unstable"
RUSTFLAGS: "-D warnings"
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validation-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name: Rust Validation

env:
RUSTDOCFLAGS: -D warnings
RUSTFLAGS: -D warnings --cfg uuid_unstable -C debuginfo=1
RUSTFLAGS: -D warnings -C debuginfo=1
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse

jobs:
Expand Down

0 comments on commit 88e6c73

Please sign in to comment.