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

Commit be5b86d

Browse files
committed
Correct tests for Rust 1.47, begin adding Nix derivation
1 parent 58c7af1 commit be5b86d

9 files changed

Lines changed: 953 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
ignore:
66
- gh-pages
77
docker:
8-
- image: rust:1
8+
- image: rust:1.47
99
steps:
1010
- checkout
1111
- run:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
target/
22
**/*.rs.bk
3-
Cargo.lock

0 commit comments

Comments
 (0)