Skip to content

Commit

Permalink
Implement internal and external APIs.
Browse files Browse the repository at this point in the history
  • Loading branch information
busyboredom committed Mar 20, 2024
1 parent ff9dea7 commit 7df282c
Show file tree
Hide file tree
Showing 155 changed files with 4,978 additions and 2,313 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[registries.crates-io]
protocol = "sparse"

[build]
rustflags = ["--cfg", "tokio_unstable"]
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
rust: [
1.70.0,
1.75.0,
nightly
]

Expand All @@ -58,7 +58,7 @@ jobs:
strategy:
matrix:
rust: [
1.70.0,
1.75.0,
nightly
]

Expand Down
Loading

0 comments on commit 7df282c

Please sign in to comment.