From 3beb011f158dfe2aba0f2d49bb7f76a2ce0d9a48 Mon Sep 17 00:00:00 2001 From: Stephen Buchanan Date: Tue, 23 Jan 2024 11:52:50 +0100 Subject: [PATCH] test with pr upload (#2) * test with pr upload * added gdk3 dep * v0.2.3 builds ok * plan --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e52d53..e20fbe7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2727,7 +2727,7 @@ dependencies = [ [[package]] name = "tether-artnet-controller" -version = "0.2.0" +version = "0.2.3" dependencies = [ "anyhow", "artnet_protocol", diff --git a/Cargo.toml b/Cargo.toml index 8e2df74..90b4a6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tether-artnet-controller" -version = "0.2.0" +version = "0.2.3" edition = "2021" repository = "https://github.com/RandomStudio/tether-artnet-controller" authors = ["Stephen Buchanan"] @@ -51,5 +51,5 @@ pr-run-mode = "plan" [workspace.metadata.dist.dependencies.apt] librust-atk-dev = "*" - +libgtk-3-dev = "*"