diff --git a/Cargo.lock b/Cargo.lock index c6df50d2..a4cf19ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -207,7 +207,7 @@ dependencies = [ [[package]] name = "cli" -version = "1.1.2" +version = "1.2.0" dependencies = [ "chrono 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", "dmm-tools 0.1.0", @@ -357,10 +357,10 @@ dependencies = [ [[package]] name = "dm-langserver" -version = "1.2.2" +version = "1.3.0" dependencies = [ "chrono 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", - "dreamchecker 1.4.0", + "dreamchecker 1.5.0", "dreammaker 0.1.0", "git2 0.13.6 (registry+https://github.com/rust-lang/crates.io-index)", "guard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -378,7 +378,7 @@ dependencies = [ [[package]] name = "dmdoc" -version = "1.2.1" +version = "1.2.2" dependencies = [ "chrono 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", "dreammaker 0.1.0", @@ -421,7 +421,7 @@ dependencies = [ [[package]] name = "dreamchecker" -version = "1.4.0" +version = "1.5.0" dependencies = [ "chrono 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", "dreammaker 0.1.0", diff --git a/src/cli/Cargo.toml b/src/cli/Cargo.toml index 93943627..df2a12af 100644 --- a/src/cli/Cargo.toml +++ b/src/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cli" -version = "1.1.2" +version = "1.2.0" authors = ["Tad Hardesty "] description = "BYOND map rendering and analysis tools powered by SpacemanDMM" edition = "2018" diff --git a/src/dmdoc/Cargo.toml b/src/dmdoc/Cargo.toml index 0ce8a6e9..5932c0e6 100644 --- a/src/dmdoc/Cargo.toml +++ b/src/dmdoc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dmdoc" -version = "1.2.1" +version = "1.2.2" authors = ["Tad Hardesty "] homepage = "https://github.com/SpaceManiac/SpacemanDMM/blob/master/src/dmdoc/README.md" edition = "2018" diff --git a/src/dreamchecker/Cargo.toml b/src/dreamchecker/Cargo.toml index fa84fb98..f046b778 100644 --- a/src/dreamchecker/Cargo.toml +++ b/src/dreamchecker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dreamchecker" -version = "1.4.0" +version = "1.5.0" authors = ["Tad Hardesty "] edition = "2018" diff --git a/src/langserver/Cargo.toml b/src/langserver/Cargo.toml index 14b387b5..92fac652 100644 --- a/src/langserver/Cargo.toml +++ b/src/langserver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dm-langserver" -version = "1.2.2" +version = "1.3.0" authors = ["Tad Hardesty "] edition = "2018"