aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-12-01 17:56:47 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-12-01 17:56:47 +0100
commit6acec62c71cee754fab095537698c69ea155a250 (patch)
tree9814e004162bc284d50f7f6fb41c91d9c29858c4
parent28f1e95d76be80c0759f4641da04da71aeffb53c (diff)
transfer squashfs-ng to rustkrazy organisation
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6fd2582..3fd362c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1799,7 +1799,7 @@ dependencies = [
[[package]]
name = "squashfs-ng"
version = "0.1.2"
-source = "git+https://github.com/HimbeerserverDE/squashfs-ng-rs.git#dc2a37a7d894a992b02f0703b61ba943655c256e"
+source = "git+https://github.com/rustkrazy/squashfs-ng-rs.git#dc2a37a7d894a992b02f0703b61ba943655c256e"
dependencies = [
"bindgen",
"lazy_static",
diff --git a/Cargo.toml b/Cargo.toml
index 18e5954..053ece0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,5 +15,5 @@ nix = { version = "0.26.1", features = ["ioctl"] }
reqwest = { version = "0.11.13", features = ["blocking"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
-squashfs-ng = { version = "0.1.2", git = "https://github.com/HimbeerserverDE/squashfs-ng-rs.git" }
+squashfs-ng = { version = "0.1.2", git = "https://github.com/rustkrazy/squashfs-ng-rs.git" }
tempfile = "3.3.0"