Skip to content

Commit

Permalink
chore: swap to protontweaks-api on crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Mar 14, 2024
1 parent 36efb19 commit 85972c1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
flag-name: run-${{ join(matrix.*, '-') }}
parallel: true
parallel: false

- name: Build
run: cargo build -r --target ${{ matrix.target }} --locked
Expand Down
3 changes: 2 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ notify = "6.1.1"
notify-debouncer-full = "0.3.1"
owo-colors = "4.0.0"
pretty_env_logger = "0.5.0"
protontweaks-api = { git = "https://github.com/rain-cafe/protontweaks-api-rs", version = "0.1.0", rev = "c2d6fa41c0488e00e96578f99d34f21af8418127" }
protontweaks-api = "0.1.0"
regex = "1.10.3"
rust_search = "2.1.0"
serde = { version = "1.0.197", features = ["derive"] }
Expand Down
4 changes: 0 additions & 4 deletions nix/pkgs/protontweaks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ rustPlatform.buildRustPackage {

cargoLock = {
lockFile = ../../Cargo.lock;
# Temporary until we deploy protontweaks-api-rs to crates.io
outputHashes = {
"protontweaks-api-0.1.0" = "sha256-DqqJgCi+0WSvuypZ3cbjsuc10iXeSwqah/J+f3H5vtM=";
};
};

# Most tests fail due to the isolation
Expand Down

0 comments on commit 85972c1

Please sign in to comment.