questlist #90

Merged
jake merged 12 commits from questlist into master 2022-02-16 18:46:55 -05:00
Showing only changes of commit 1b350b5e24 - Show all commits

2
Cargo.lock generated
View File

@ -1001,7 +1001,6 @@ checksum = "739e9d7726dc32173fed2d69d17eef3c54682169e4e20ff1d0a45dcd37063cef"
[[package]]
name = "libpso"
version = "0.1.0"
source = "git+http://git.sharnoth.com/jake/libpso#0bd4396bd11534169bd5a6a5b357c90b0f550991"
Outdated
Review

you gotta put the new branch here not just clear out the old one

replace the 0bd... with whatever the current master is

you gotta put the new branch here not just clear out the old one replace the 0bd... with whatever the current master is
dependencies = [
"chrono",
"psopacket",
@ -1401,7 +1400,6 @@ dependencies = [
[[package]]
name = "psopacket"
version = "1.0.0"
source = "git+http://git.sharnoth.com/jake/libpso#0bd4396bd11534169bd5a6a5b357c90b0f550991"
dependencies = [
"proc-macro2",
"quote",