Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
Correct tests for Rust 1.47, begin adding Nix derivation
Browse files Browse the repository at this point in the history
  • Loading branch information
pjkundert committed Dec 10, 2020
1 parent 58c7af1 commit be5b86d
Show file tree
Hide file tree
Showing 9 changed files with 953 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
ignore:
- gh-pages
docker:
- image: rust:1
- image: rust:1.47
steps:
- checkout
- run:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
target/
**/*.rs.bk
Cargo.lock
Loading

0 comments on commit be5b86d

Please sign in to comment.