diff --git a/Cargo.lock b/Cargo.lock index 23e7c9a..098b4dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -53,7 +53,7 @@ dependencies = [ [[package]] name = "librtbit-buffers" version = "0.1.2" -source = "git+https://github.com/TheDancingDeveloper-org/librtbit-buffers.git?branch=migration%2Fgithub-native-source#ac4adf618daa0b69ba7799233d469f105c47d75a" +source = "git+https://github.com/TheDancingDeveloper-org/librtbit-buffers.git#60fde393b379face7c0acfe7f654a1a5ae3f3731" dependencies = [ "bytes", "librtbit-clone-to-owned", diff --git a/Cargo.toml b/Cargo.toml index 6555a0d..d70f7dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/AusAgentSmith-org/librtbit-bencode" [dependencies] serde = { version = "1", features = ["derive"] } serde_derive = "1" -buffers = { git = "https://github.com/TheDancingDeveloper-org/librtbit-buffers.git", branch = "migration/github-native-source", package = "librtbit-buffers" } +buffers = { git = "https://github.com/TheDancingDeveloper-org/librtbit-buffers.git", package = "librtbit-buffers" } clone_to_owned = { git = "https://github.com/TheDancingDeveloper-org/librtbit-clone-to-owned.git", package = "librtbit-clone-to-owned" } bytes = "1" atoi = "3"