Skip to content

Commit

Permalink
Merge pull request #245 from dtolnay/features
Browse files Browse the repository at this point in the history
Fix FromIterator impl on no-std
  • Loading branch information
dtolnay committed Jun 2, 2021
2 parents a03d376 + e3ff836 commit 3566655
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
with:
toolchain: ${{matrix.rust}}
- run: cargo test
- run: cargo check --no-default-features
- run: cargo check --features serde
- run: cargo check --no-default-features --features serde

node:
name: Node
Expand Down
1 change: 1 addition & 0 deletions src/impls.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use crate::backport::*;
use crate::identifier::Identifier;
use crate::{BuildMetadata, Comparator, Prerelease, VersionReq};
use core::cmp::Ordering;
Expand Down

0 comments on commit 3566655

Please sign in to comment.