Skip to content

Commit b863cb8

Browse files
committed
fix: don't use fetchhead / update libgit / migrate patchable.toml files
1 parent 27c46b2 commit b863cb8

File tree

37 files changed

+42
-44
lines changed

37 files changed

+42
-44
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[workspace.dependencies]
66
clap = { version = "4.5.27", features = ["derive"] }
7-
git2 = "0.20.0"
7+
git2 = "0.20.1"
88
serde = { version = "1.0.217", features = ["derive"] }
99
snafu = "0.8.5"
1010
tempfile = "3.16.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
upstream = "https://github.com/apache/druid.git"
1+
upstream = "https://github.com/stackabletech/druid.git"
22
base = "09d36ee324747f1407705c27618b6d415c3fa8a9"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
upstream = "https://github.com/apache/druid.git"
1+
upstream = "https://github.com/stackabletech/druid.git"
22
base = "a30af7a91d528e5c3a90356a5592abc7119191c6"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
upstream = "https://github.com/apache/druid.git"
1+
upstream = "https://github.com/stackabletech/druid.git"
22
base = "520482cb9638e452b0553595b4f29bb397a63758"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
upstream = "https://github.com/apache/hadoop.git"
1+
upstream = "https://github.com/stackabletech/hadoop.git"
22
base = "a585a73c3e02ac62350c136643a5e7f6095a3dbb"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
upstream = "https://github.com/apache/hadoop.git"
1+
upstream = "https://github.com/stackabletech/hadoop.git"
22
base = "1be78238728da9266a4f88195058f08fd012bf9c"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
upstream = "https://github.com/apache/hadoop.git"
1+
upstream = "https://github.com/stackabletech/hadoop.git"
22
base = "bd8b77f398f626bb7791783192ee7a5dfaeec760"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
upstream = "https://github.com/apache/hadoop.git"
1+
upstream = "https://github.com/stackabletech/hadoop.git"
22
base = "4d7825309348956336b8f06a08322b78422849b1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
upstream = "https://github.com/apache/hbase.git"
1+
upstream = "https://github.com/stackabletech/hbase.git"
22
base = "a1767f4d76859c0068720a6c1e5cb78282ebfe1e"

0 commit comments

Comments
 (0)