Compare commits

..

1 Commits

Author SHA1 Message Date
88959c24f9 move characterclass/sectionid to libpso
Some checks failed
continuous-integration/drone/push Build is failing
2023-11-19 00:25:36 -07:00

View File

@ -42,7 +42,7 @@ patch_server = { path = "./src/patch_server" }
login_server = { path = "./src/login_server" }
ship_server = { path = "./src/ship_server" }
libpso = { git = "http://git.sharnoth.com/jake/libpso", rev="240ddc7" }
libpso = { git = "http://git.sharnoth.com/jake/libpso", rev="552f7d5" }
async-std = { version = "1.9.0", features = ["unstable", "attributes"] }
futures = "0.3.5"