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 Jul 4, 2024
1 parent ac08681 commit 09c0b96
Show file tree
Hide file tree
Showing 176 changed files with 6,941 additions and 2,652 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"]
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
RELEASE: |
${{
github.event.pull_request.merged == true ||
github.ref_name =='main' ||
github.ref_name == 'main' ||
github.ref_type == 'tag'
}}
Expand Down
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 09c0b96

Please sign in to comment.