diff --git a/Cargo.lock b/Cargo.lock index 503180ab..717b1108 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -214,7 +214,7 @@ dependencies = [ [[package]] name = "cli" -version = "1.1.0" +version = "1.1.1" dependencies = [ "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "dmm-tools 0.1.0", @@ -369,10 +369,10 @@ dependencies = [ [[package]] name = "dm-langserver" -version = "1.2.0" +version = "1.2.1" dependencies = [ "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", - "dreamchecker 1.2.0", + "dreamchecker 1.3.0", "dreammaker 0.1.0", "git2 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "guard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -391,7 +391,7 @@ dependencies = [ [[package]] name = "dmdoc" -version = "1.1.1" +version = "1.2.0" dependencies = [ "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "dreammaker 0.1.0", @@ -434,7 +434,7 @@ dependencies = [ [[package]] name = "dreamchecker" -version = "1.2.0" +version = "1.3.0" dependencies = [ "chrono 0.4.10 (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 61cdfa9c..938eafe5 100644 --- a/src/cli/Cargo.toml +++ b/src/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cli" -version = "1.1.0" +version = "1.1.1" 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 de4ae961..7463935a 100644 --- a/src/dmdoc/Cargo.toml +++ b/src/dmdoc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dmdoc" -version = "1.1.1" +version = "1.2.0" 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 34999e68..e8395f7d 100644 --- a/src/dreamchecker/Cargo.toml +++ b/src/dreamchecker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dreamchecker" -version = "1.2.0" +version = "1.3.0" authors = ["Tad Hardesty "] edition = "2018" diff --git a/src/langserver/Cargo.toml b/src/langserver/Cargo.toml index 45abde65..df522805 100644 --- a/src/langserver/Cargo.toml +++ b/src/langserver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dm-langserver" -version = "1.2.0" +version = "1.2.1" authors = ["Tad Hardesty "] edition = "2018"