From f7ff84d2a054b225fab0c0244822ab7da0c970fa Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Tue, 3 May 2022 13:36:40 +0200 Subject: [PATCH] cargo.lock updates --- Cargo.lock | 2 +- Cargo.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52ecdb65..357ef3ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1411,7 +1411,7 @@ checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" [[package]] name = "smithay" version = "0.3.0" -source = "git+https://github.com/pop-os/smithay?branch=main#7e1f05d38f4d7d7e3969cd1ba5f123464e3f4b20" +source = "git+https://github.com/pop-os/smithay?branch=main#73491721823b8018890368d7b08ed16c0be4d9c6" dependencies = [ "appendlist", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index a65e30f5..05f850cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,5 +58,4 @@ debug = true lto = "fat" [patch."https://github.com/Smithay/smithay.git"] -smithay = { git = "https://github.com/pop-os/smithay", branch = "main" } -#smithay = { path = "../smithay" } \ No newline at end of file +smithay = { git = "https://github.com/pop-os/smithay", branch = "main" } \ No newline at end of file