Skip to content

Commit 28c37d5

Browse files
committed
chore: revert to v3.5.2
1 parent 7952e1c commit 28c37d5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+5296
-7372
lines changed

Diff for: .github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Rust
22

33
on: [push, pull_request]
44

@@ -16,3 +16,5 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- name: Build
1818
run: cargo build --verbose
19+
- name: Test
20+
run: cargo test

Diff for: .gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
/TREE
88
/SRCS
99
/STATES
10-
/.cargo
1110

1211
.#*
1312
*.tar*

0 commit comments

Comments
 (0)