diff --git a/Cargo.toml b/Cargo.toml index 1348d5a..9885042 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,17 +1,17 @@ [package] name = "anime-launcher-sdk" -version = "1.0.12" +version = "1.1.0" authors = ["Nikita Podvirnyy "] license = "GPL-3.0" readme = "README.md" edition = "2021" [dependencies.anime-game-core] -# git = "https://github.com/an-anime-team/anime-game-core" -# tag = "1.7.4" +git = "https://github.com/an-anime-team/anime-game-core" +tag = "1.8.0" features = ["all"] -path = "../anime-game-core" # ! for dev purposes only +# path = "../anime-game-core" # ! for dev purposes only [dependencies] anyhow = { version = "1.0", features = ["backtrace"] }