Skip to content

Commit aef73f7

Browse files
authored
Merge pull request #35 from AOSC-Dev/revert-to-3.5.2
chore: revert to v3.5.2
2 parents 7952e1c + 28c37d5 commit aef73f7

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

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
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

.gitignore

Lines changed: 0 additions & 1 deletion
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)