actually use the right libpso commit this time for real
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
andy 2022-02-16 02:52:24 +00:00
parent 1b350b5e24
commit 9848874cf9

2
Cargo.lock generated
View File

@ -1001,6 +1001,7 @@ checksum = "739e9d7726dc32173fed2d69d17eef3c54682169e4e20ff1d0a45dcd37063cef"
[[package]]
name = "libpso"
version = "0.1.0"
source = "git+http://git.sharnoth.com/jake/libpso#892d2ed220369f0ff7b7530fa734e722c2b21c2c"
dependencies = [
"chrono",
"psopacket",
@ -1400,6 +1401,7 @@ dependencies = [
[[package]]
name = "psopacket"
version = "1.0.0"
source = "git+http://git.sharnoth.com/jake/libpso#892d2ed220369f0ff7b7530fa734e722c2b21c2c"
dependencies = [
"proc-macro2",
"quote",