Skip to content

Commit

Permalink
use canonical upstream repos
Browse files Browse the repository at this point in the history
  • Loading branch information
cwedgwood committed Apr 5, 2024
1 parent 557c5a9 commit 6c5b59b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- name: Clone libnfs
uses: actions/checkout@v4
with:
repository: cwedgwood/libnfs
repository: sahlberg/libnfs
path: libnfs/
ref: master
ref: c09a0f1
- name: Build and install libnfs
working-directory: libnfs/
run: |
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ edition = '2021'
[dependencies]
libc = "~0.2"
# Presently the version of crates.io doesn't work (needs update)
libnfs-sys = { git = "https://github.com/cwedgwood/rs-libnfs-sys" }
libnfs-sys = { git = "https://github.com/cholcombe973/libnfs-sys", ref="890d756" }
nix = "~0.25"

0 comments on commit 6c5b59b

Please sign in to comment.