Skip to content

Commit fc16bc7

Browse files
authored
Merge pull request ClickHouse#80719 from azat/rust/tuikit-move-to-ClickHouse-org
rust: Move tuikit fork into ClickHouse org
2 parents d55470d + c5c0bc5 commit fc16bc7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

contrib/corrosion-cmake/config.toml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ lto = true
1111
registry = 'sparse+https://index.crates.io/'
1212
replace-with = 'vendored-sources'
1313

14-
[source."git+https://github.com/azat-rust/tuikit.git?rev=e1994c0e03ff02c49cf1471f0cc3cbf185ce0104"]
15-
git = "https://github.com/azat-rust/tuikit.git"
14+
[source."git+https://github.com/ClickHouse/tuikit.git?rev=e1994c0e03ff02c49cf1471f0cc3cbf185ce0104"]
15+
git = "https://github.com/ClickHouse/tuikit.git"
1616
rev = "e1994c0e03ff02c49cf1471f0cc3cbf185ce0104"
1717
replace-with = "vendored-sources"
1818

rust/workspace/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/workspace/Cargo.toml

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

99
[patch.crates-io]
1010
# Ref: https://github.com/lotabout/tuikit/pull/51
11-
tuikit = { git = "https://github.com/azat-rust/tuikit.git", rev = "e1994c0e03ff02c49cf1471f0cc3cbf185ce0104" }
11+
tuikit = { git = "https://github.com/ClickHouse/tuikit.git", rev = "e1994c0e03ff02c49cf1471f0cc3cbf185ce0104" }

0 commit comments

Comments
 (0)