From 8bb21aed2e9db4ac7cbe23b700a8b540f6aaf9c1 Mon Sep 17 00:00:00 2001 From: andy Date: Sat, 19 Feb 2022 20:25:48 +0000 Subject: [PATCH] stop touching the cargo.lock file --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b56ad3..0fc82b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1058,7 +1058,7 @@ checksum = "739e9d7726dc32173fed2d69d17eef3c54682169e4e20ff1d0a45dcd37063cef" [[package]] name = "libpso" version = "0.1.0" -source = "git+http://git.sharnoth.com/jake/libpso#4fba0529aef169c67a99709582109ca5c68f15de" +source = "git+http://git.sharnoth.com/jake/libpso?branch=keyboardconfig#91f3235d7528d2436b3f073e966bb8c0f57b1e2f" dependencies = [ "chrono", "psopacket", @@ -1431,7 +1431,7 @@ dependencies = [ [[package]] name = "psopacket" version = "1.0.0" -source = "git+http://git.sharnoth.com/jake/libpso#4fba0529aef169c67a99709582109ca5c68f15de" +source = "git+http://git.sharnoth.com/jake/libpso?branch=keyboardconfig#91f3235d7528d2436b3f073e966bb8c0f57b1e2f" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 582634f..171c1e1 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 = "keyboardconfig" } async-std = { version = "1.9.0", features = ["unstable", "attributes"] } futures = "0.3.5" rand = "0.7.3"