Skip to content

Commit 359bb86

Browse files
committed
fix(vendor): define revision for cosmic-protocols
1 parent 2736773 commit 359bb86

File tree

3 files changed

+7
-21
lines changed

3 files changed

+7
-21
lines changed

Cargo.lock

+3-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ lto = "thin"
5050
# [patch.'https://github.com/smithay/client-toolkit/']
5151
# smithay-client-toolkit = { git = "https://github.com/smithay/client-toolkit//", rev = "c583de8" }
5252

53-
# [patch.'https://github.com/pop-os/cosmic-protocols']
54-
# cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols//", rev = "bd65e0f2d55429954839c9e6c7bc5b0d198b85f0" }
53+
[patch.'https://github.com/pop-os/cosmic-protocols']
54+
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols//", rev = "bd65e0f2d55429954839c9e6c7bc5b0d198b85f0" }
5555

5656
# For development and testing purposes
5757
# [patch.'https://github.com/pop-os/libcosmic']

scripts/cargo.just

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ test *args:
5757
[no-cd]
5858
vendor:
5959
mkdir -p .cargo
60-
cargo vendor | head -n -1 > .cargo/config
61-
echo 'directory = "vendor"' >> .cargo/config
60+
cargo vendor | head -n -1 > .cargo/config.toml
61+
echo 'directory = "vendor"' >> .cargo/config.toml
6262
tar pcf vendor.tar vendor
6363
rm -rf vendor
6464

0 commit comments

Comments
 (0)