From 5898a8120a137856610de83b33581b75aaaac6e3 Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 29 Apr 2022 22:54:34 +0000 Subject: [PATCH] ci pls work --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 582634f..8f6b805 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Jake Probst "] edition = "2018" [dependencies] -libpso = { git = "http://git.sharnoth.com/jake/libpso" } +libpso = { git = "http://git.sharnoth.com/jake/libpso", branch = "sendgc" } async-std = { version = "1.9.0", features = ["unstable", "attributes"] } futures = "0.3.5" rand = "0.7.3"