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 a748f14
Show file tree
Hide file tree
Showing 154 changed files with 4,927 additions and 2,309 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.74.0,
nightly
]

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

Expand Down
Loading

0 comments on commit a748f14

Please sign in to comment.