Skip to content

Commit e64faa8

Browse files
authored
Merge pull request #466 from tox-rs/tox-node
Merge tox-node repository
2 parents 65ec00d + 29acab1 commit e64faa8

File tree

18 files changed

+3095
-6
lines changed

18 files changed

+3095
-6
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
1515
rust:
1616
- stable
17-
- 1.57
17+
- 1.59
1818
steps:
1919
- uses: actions/checkout@v2
2020
- uses: actions-rs/toolchain@v1

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Rust
22
target/
33
.cargo/
4-
Cargo.lock
54

65
# vim
76
*.swp

0 commit comments

Comments
 (0)