diff --git a/CHANGELOG.md b/CHANGELOG.md
index c12c97a92f..5717e274b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+
+### v0.13.1 (2019-10-29)
+
+
+#### Bug Fixes
+
+* Don't deadlock when collecting and cloning a thread concurrently ([d7368950](https://github.com/gluon-lang/gluon/commit/d7368950d9310f383cebcbaf841382181701da00))
+* **doc:** Correct the style.css path ([2cee5cff](https://github.com/gluon-lang/gluon/commit/2cee5cffab0c1df604a45e3272e92f69624e6b41))
+
+
+
## v0.13.0 (2019-10-27)
diff --git a/Cargo.lock b/Cargo.lock
index 1378300729..67e32a4eab 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -869,7 +869,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "gluon"
-version = "0.13.0"
+version = "0.13.1"
dependencies = [
"bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"codespan 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -883,13 +883,13 @@ dependencies = [
"failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "gluon_base 0.13.0",
- "gluon_check 0.13.0",
- "gluon_codegen 0.13.0",
- "gluon_completion 0.13.0",
- "gluon_format 0.13.0",
- "gluon_parser 0.13.0",
- "gluon_vm 0.13.0",
+ "gluon_base 0.13.1",
+ "gluon_check 0.13.1",
+ "gluon_codegen 0.13.1",
+ "gluon_completion 0.13.1",
+ "gluon_format 0.13.1",
+ "gluon_parser 0.13.1",
+ "gluon_vm 0.13.1",
"http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
"hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)",
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -919,7 +919,7 @@ dependencies = [
[[package]]
name = "gluon_base"
-version = "0.13.0"
+version = "0.13.1"
dependencies = [
"anymap 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -945,15 +945,15 @@ dependencies = [
[[package]]
name = "gluon_c-api"
-version = "0.13.0"
+version = "0.13.1"
dependencies = [
- "gluon 0.13.0",
+ "gluon 0.13.1",
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gluon_check"
-version = "0.13.0"
+version = "0.13.1"
dependencies = [
"codespan 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"codespan-reporting 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -961,10 +961,10 @@ dependencies = [
"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "gluon_base 0.13.0",
- "gluon_codegen 0.13.0",
- "gluon_format 0.13.0",
- "gluon_parser 0.13.0",
+ "gluon_base 0.13.1",
+ "gluon_codegen 0.13.1",
+ "gluon_format 0.13.1",
+ "gluon_parser 0.13.1",
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"pretty 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -977,11 +977,11 @@ dependencies = [
[[package]]
name = "gluon_codegen"
-version = "0.13.0"
+version = "0.13.1"
dependencies = [
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "gluon 0.13.0",
- "gluon_vm 0.13.0",
+ "gluon 0.13.1",
+ "gluon_vm 0.13.1",
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -991,29 +991,29 @@ dependencies = [
[[package]]
name = "gluon_completion"
-version = "0.13.0"
+version = "0.13.1"
dependencies = [
"codespan 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"collect-mac 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "gluon_base 0.13.0",
- "gluon_check 0.13.0",
- "gluon_parser 0.13.0",
+ "gluon_base 0.13.1",
+ "gluon_check 0.13.1",
+ "gluon_parser 0.13.1",
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gluon_doc"
-version = "0.13.0"
+version = "0.13.1"
dependencies = [
"cargo-deadlinks 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "gluon 0.13.0",
- "gluon_completion 0.13.0",
+ "gluon 0.13.1",
+ "gluon_completion 0.13.1",
"handlebars 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1032,13 +1032,13 @@ dependencies = [
[[package]]
name = "gluon_format"
-version = "0.13.0"
+version = "0.13.1"
dependencies = [
"codespan 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "gluon 0.13.0",
- "gluon_base 0.13.0",
+ "gluon 0.13.1",
+ "gluon_base 0.13.1",
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"pretty 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1047,14 +1047,14 @@ dependencies = [
[[package]]
name = "gluon_parser"
-version = "0.13.0"
+version = "0.13.1"
dependencies = [
"codespan 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"codespan-reporting 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"collect-mac 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "gluon_base 0.13.0",
+ "gluon_base 0.13.1",
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lalrpop 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)",
"lalrpop-util 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1067,7 +1067,7 @@ dependencies = [
[[package]]
name = "gluon_repl"
-version = "0.13.0"
+version = "0.13.1"
dependencies = [
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1077,12 +1077,12 @@ dependencies = [
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "gluon 0.13.0",
- "gluon_codegen 0.13.0",
- "gluon_completion 0.13.0",
- "gluon_doc 0.13.0",
- "gluon_format 0.13.0",
- "gluon_vm 0.13.0",
+ "gluon 0.13.1",
+ "gluon_codegen 0.13.1",
+ "gluon_completion 0.13.1",
+ "gluon_doc 0.13.1",
+ "gluon_format 0.13.1",
+ "gluon_vm 0.13.1",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1098,7 +1098,7 @@ dependencies = [
[[package]]
name = "gluon_vm"
-version = "0.13.0"
+version = "0.13.1"
dependencies = [
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"codespan 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1110,11 +1110,11 @@ dependencies = [
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"frunk_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
- "gluon 0.13.0",
- "gluon_base 0.13.0",
- "gluon_check 0.13.0",
- "gluon_codegen 0.13.0",
- "gluon_parser 0.13.0",
+ "gluon 0.13.1",
+ "gluon_base 0.13.1",
+ "gluon_check 0.13.1",
+ "gluon_codegen 0.13.1",
+ "gluon_parser 0.13.1",
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lalrpop 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)",
"lalrpop-util 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 5910a6d8be..89709ea465 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gluon"
-version = "0.13.0" # GLUON
+version = "0.13.1" # GLUON
authors = ["Markus "]
build = "build.rs"
edition = "2018"
@@ -25,12 +25,12 @@ name = "gluon"
path = "src/lib.rs"
[dependencies]
-gluon_base = { path = "base", version = "0.13.0" } # GLUON
-gluon_check = { path = "check", version = "0.13.0" } # GLUON
-gluon_parser = { path = "parser", version = "0.13.0" } # GLUON
-gluon_codegen = { path = "codegen", version = "0.13.0" } # GLUON
-gluon_vm = { path = "vm", version = "0.13.0", default-features = false } # GLUON
-gluon_format = { path = "format", version = "0.13.0", default-features = false } # GLUON
+gluon_base = { path = "base", version = "0.13.1" } # GLUON
+gluon_check = { path = "check", version = "0.13.1" } # GLUON
+gluon_parser = { path = "parser", version = "0.13.1" } # GLUON
+gluon_codegen = { path = "codegen", version = "0.13.1" } # GLUON
+gluon_vm = { path = "vm", version = "0.13.1", default-features = false } # GLUON
+gluon_format = { path = "format", version = "0.13.1", default-features = false } # GLUON
log = "0.4"
quick-error = "1.0.0"
@@ -63,7 +63,7 @@ rand = { version = "0.7", optional = true }
rand_xorshift = { version = "0.2", optional = true }
[build-dependencies]
-gluon_base = { path = "base", version = "0.13.0" } # GLUON
+gluon_base = { path = "base", version = "0.13.1" } # GLUON
itertools = "0.8"
little-skeptic = { version = "0.15.0", optional = true }
@@ -91,8 +91,8 @@ bincode = "1"
pulldown-cmark = "0.6"
-gluon_completion = { path = "completion", version = "0.13.0" } # GLUON
-gluon_codegen = { path = "codegen", version = "0.13.0" } # GLUON
+gluon_completion = { path = "completion", version = "0.13.1" } # GLUON
+gluon_codegen = { path = "codegen", version = "0.13.1" } # GLUON
[features]
default = ["regex", "random"]
diff --git a/README.md b/README.md
index d2210e8fc2..07808b59a5 100644
--- a/README.md
+++ b/README.md
@@ -303,7 +303,7 @@ Gluon requires a recent Rust compiler to build (1.9.0 or later) and is available
```toml
[dependencies]
-gluon = "0.13.0"
+gluon = "0.13.1"
```
### Other languages
diff --git a/base/Cargo.toml b/base/Cargo.toml
index f37b3a49f7..ce214c860c 100644
--- a/base/Cargo.toml
+++ b/base/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gluon_base"
-version = "0.13.0" # GLUON
+version = "0.13.1" # GLUON
authors = ["Markus "]
edition = "2018"
diff --git a/base/src/lib.rs b/base/src/lib.rs
index ebff96394d..1a35fa6ea1 100644
--- a/base/src/lib.rs
+++ b/base/src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url = "https://docs.rs/gluon_base/0.13.0")] // # GLUON
+#![doc(html_root_url = "https://docs.rs/gluon_base/0.13.1")] // # GLUON
#![allow(unknown_lints)]
//! The base crate contains pervasive types used in the compiler such as type representations, the
//! AST and some basic containers.
diff --git a/c-api/Cargo.toml b/c-api/Cargo.toml
index 8560ff5b57..dc2f080831 100644
--- a/c-api/Cargo.toml
+++ b/c-api/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gluon_c-api"
-version = "0.13.0" # GLUON
+version = "0.13.1" # GLUON
authors = ["Markus Westerlind "]
edition = "2018"
@@ -19,7 +19,7 @@ travis-ci = { repository = "gluon-lang/gluon" }
crate-type = ["cdylib"]
[dependencies]
-gluon = { version = "0.13.0", path = ".." } # GLUON
+gluon = { version = "0.13.1", path = ".." } # GLUON
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
libc = "0.2.14"
diff --git a/c-api/src/lib.rs b/c-api/src/lib.rs
index 3329a39de9..7669983ac0 100644
--- a/c-api/src/lib.rs
+++ b/c-api/src/lib.rs
@@ -1,5 +1,5 @@
//! A (WIP) C API allowing use of gluon in other langauges than Rust.
-#![doc(html_root_url = "https://docs.rs/gluon_c-api/0.13.0")] // # GLUON
+#![doc(html_root_url = "https://docs.rs/gluon_c-api/0.13.1")] // # GLUON
use std::{slice, str};
diff --git a/check/Cargo.toml b/check/Cargo.toml
index 203d72971b..311d4f67c1 100644
--- a/check/Cargo.toml
+++ b/check/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gluon_check"
-version = "0.13.0" # GLUON
+version = "0.13.1" # GLUON
authors = ["Markus "]
edition = "2018"
@@ -30,13 +30,13 @@ codespan-reporting = "0.3"
strsim = "0.9.0"
-gluon_base = { path = "../base", version = "0.13.0" } # GLUON
-gluon_codegen = { path = "../codegen", version = "0.13.0" } # GLUON
+gluon_base = { path = "../base", version = "0.13.1" } # GLUON
+gluon_codegen = { path = "../codegen", version = "0.13.1" } # GLUON
[dev-dependencies]
env_logger = "0.7"
-gluon_parser = { path = "../parser", version = "0.13.0" } # GLUON
+gluon_parser = { path = "../parser", version = "0.13.1" } # GLUON
gluon_format = { path = "../format", version = ">=0.9" }
collect-mac = "0.1.0"
diff --git a/check/src/lib.rs b/check/src/lib.rs
index 189e2961d6..18fb76e504 100644
--- a/check/src/lib.rs
+++ b/check/src/lib.rs
@@ -3,7 +3,7 @@
//! If an AST passes the checks in `Typecheck::typecheck_expr` (which runs all of theses checks
//! the expression is expected to compile succesfully (if it does not it should be considered an
//! internal compiler error.
-#![doc(html_root_url = "https://docs.rs/gluon_check/0.13.0")] // # GLUON
+#![doc(html_root_url = "https://docs.rs/gluon_check/0.13.1")] // # GLUON
#[macro_use]
extern crate collect_mac;
diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml
index 9647e98a4c..2095af2e05 100644
--- a/codegen/Cargo.toml
+++ b/codegen/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gluon_codegen"
-version = "0.13.0" # GLUON
+version = "0.13.1" # GLUON
authors = ["Markus "]
license = "MIT"
diff --git a/completion/Cargo.toml b/completion/Cargo.toml
index 75ba22ff2f..23c7198a53 100644
--- a/completion/Cargo.toml
+++ b/completion/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gluon_completion"
-version = "0.13.0" # GLUON
+version = "0.13.1" # GLUON
authors = ["Markus "]
edition = "2018"
@@ -17,11 +17,11 @@ itertools = "0.8"
walkdir = "2"
codespan = "0.3"
-gluon_base = { path = "../base", version = "0.13.0" } # GLUON
+gluon_base = { path = "../base", version = "0.13.1" } # GLUON
[dev-dependencies]
collect-mac = "0.1.0"
env_logger = "0.7"
-gluon_check = { path = "../check", version = "0.13.0" } # GLUON
-gluon_parser = { path = "../parser", version = "0.13.0" } # GLUON
+gluon_check = { path = "../check", version = "0.13.1" } # GLUON
+gluon_parser = { path = "../parser", version = "0.13.1" } # GLUON
diff --git a/completion/src/lib.rs b/completion/src/lib.rs
index b265034176..209a6acaa1 100644
--- a/completion/src/lib.rs
+++ b/completion/src/lib.rs
@@ -1,5 +1,5 @@
//! Primitive auto completion and type quering on ASTs
-#![doc(html_root_url = "https://docs.rs/gluon_completion/0.13.0")] // # GLUON
+#![doc(html_root_url = "https://docs.rs/gluon_completion/0.13.1")] // # GLUON
extern crate codespan;
extern crate either;
diff --git a/doc/Cargo.toml b/doc/Cargo.toml
index 47e205a04c..d4d68f256a 100644
--- a/doc/Cargo.toml
+++ b/doc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gluon_doc"
-version = "0.13.0" # GLUON
+version = "0.13.1" # GLUON
authors = ["Markus Westerlind "]
edition = "2018"
@@ -31,8 +31,8 @@ serde = "1.0.0"
serde_derive = "1.0.0"
serde_json = "1.0.0"
-gluon = { version = "0.13.0", path = ".." } # GLUON
-completion = { package = "gluon_completion", version = "0.13.0", path = "../completion" } # GLUON
+gluon = { version = "0.13.1", path = ".." } # GLUON
+completion = { package = "gluon_completion", version = "0.13.1", path = "../completion" } # GLUON
[dev-dependencies]
diff --git a/format/Cargo.toml b/format/Cargo.toml
index da07d4687b..2cab79eb8a 100644
--- a/format/Cargo.toml
+++ b/format/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gluon_format"
-version = "0.13.0" # GLUON
+version = "0.13.1" # GLUON
authors = ["Markus "]
edition = "2018"
@@ -17,13 +17,13 @@ pretty = "0.5"
itertools = "0.8"
codespan = "0.3"
-gluon_base = { path = "../base", version = "0.13.0" } # GLUON
+gluon_base = { path = "../base", version = "0.13.1" } # GLUON
[dev-dependencies]
env_logger = "0.7"
difference = "2"
pretty_assertions = "0.6"
-gluon_base = { path = "../base", version = "0.13.0" } # GLUON
+gluon_base = { path = "../base", version = "0.13.1" } # GLUON
gluon = { path = "..", version = ">=0.9" }
[features]
diff --git a/format/src/lib.rs b/format/src/lib.rs
index fb5eea7022..341c47a000 100644
--- a/format/src/lib.rs
+++ b/format/src/lib.rs
@@ -1,5 +1,5 @@
//! Code formatter.
-#![doc(html_root_url = "https://docs.rs/gluon_formatter/0.13.0")] // # GLUON
+#![doc(html_root_url = "https://docs.rs/gluon_formatter/0.13.1")] // # GLUON
extern crate codespan;
#[macro_use]
diff --git a/parser/Cargo.toml b/parser/Cargo.toml
index a27f2894a3..74d8991857 100644
--- a/parser/Cargo.toml
+++ b/parser/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gluon_parser"
-version = "0.13.0" # GLUON
+version = "0.13.1" # GLUON
authors = ["Markus "]
edition = "2018"
@@ -24,7 +24,7 @@ quick-error = "1.0.0"
lalrpop-util = "0.17"
log = "0.4"
pretty = "0.5"
-gluon_base = { path = "../base", version = "0.13.0" } # GLUON
+gluon_base = { path = "../base", version = "0.13.1" } # GLUON
ordered-float = "1"
codespan = "0.3"
codespan-reporting = "0.3"
diff --git a/parser/src/lib.rs b/parser/src/lib.rs
index 34c0237072..ace51a2867 100644
--- a/parser/src/lib.rs
+++ b/parser/src/lib.rs
@@ -1,7 +1,7 @@
//! The parser is a bit more complex than it needs to be as it needs to be fully specialized to
//! avoid a recompilation every time a later part of the compiler is changed. Due to this the
//! string interner and therefore also garbage collector needs to compiled before the parser.
-#![doc(html_root_url = "https://docs.rs/gluon_parser/0.13.0")] // # GLUON
+#![doc(html_root_url = "https://docs.rs/gluon_parser/0.13.1")] // # GLUON
extern crate codespan;
extern crate codespan_reporting;
diff --git a/repl/Cargo.toml b/repl/Cargo.toml
index dbc010e589..663724690f 100644
--- a/repl/Cargo.toml
+++ b/repl/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gluon_repl"
-version = "0.13.0" # GLUON
+version = "0.13.1" # GLUON
authors = ["Markus Westerlind "]
edition = "2018"
@@ -20,12 +20,12 @@ path = "src/main.rs"
doc = false
[dependencies]
-gluon = { version = "0.13.0", path = "..", features = ["serialization"] } # GLUON
-gluon_vm = { version = "0.13.0", path = "../vm", features = ["serialization"] } # GLUON
-gluon_completion = { path = "../completion", version = "0.13.0" } # GLUON
-gluon_codegen = { path = "../codegen", version = "0.13.0" } # GLUON
-gluon_format = { version = "0.13.0", path = "../format" } # GLUON
-gluon_doc = { version = "0.13.0", path = "../doc" } # GLUON
+gluon = { version = "0.13.1", path = "..", features = ["serialization"] } # GLUON
+gluon_vm = { version = "0.13.1", path = "../vm", features = ["serialization"] } # GLUON
+gluon_completion = { path = "../completion", version = "0.13.1" } # GLUON
+gluon_codegen = { path = "../codegen", version = "0.13.1" } # GLUON
+gluon_format = { version = "0.13.1", path = "../format" } # GLUON
+gluon_doc = { version = "0.13.1", path = "../doc" } # GLUON
app_dirs = "1.0.0"
futures = "0.1.11"
diff --git a/src/lib.rs b/src/lib.rs
index 301bd9942d..82d046b702 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -4,7 +4,7 @@
//! behaviour. For information about how to use this library the best resource currently is the
//! [tutorial](http://gluon-lang.org/book/index.html) which contains examples
//! on how to write gluon programs as well as how to run them using this library.
-#![doc(html_root_url = "https://docs.rs/gluon/0.13.0")] // # GLUON
+#![doc(html_root_url = "https://docs.rs/gluon/0.13.1")] // # GLUON
#![recursion_limit = "128"]
#[cfg(test)]
extern crate env_logger;
diff --git a/vm/Cargo.toml b/vm/Cargo.toml
index 6d4648212e..a3e78b0410 100644
--- a/vm/Cargo.toml
+++ b/vm/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gluon_vm"
-version = "0.13.0" # GLUON
+version = "0.13.1" # GLUON
authors = ["Markus "]
edition = "2018"
build = "build.rs"
@@ -44,10 +44,10 @@ serde_state = { version = "0.4.0", optional = true }
serde_derive = { version = "1.0.0", optional = true }
serde_derive_state = { version = "0.4.8", optional = true }
-gluon_base = { path = "../base", version = "0.13.0" } # GLUON
-gluon_check = { path = "../check", version = "0.13.0" } # GLUON
-gluon_codegen = { path = "../codegen", version = "0.13.0" } # GLUON
-gluon_parser = { path = "../parser", version = "0.13.0", optional = true } # GLUON
+gluon_base = { path = "../base", version = "0.13.1" } # GLUON
+gluon_check = { path = "../check", version = "0.13.1" } # GLUON
+gluon_codegen = { path = "../codegen", version = "0.13.1" } # GLUON
+gluon_parser = { path = "../parser", version = "0.13.1", optional = true } # GLUON
[build-dependencies]
lalrpop = { version = "0.17", optional = true }
@@ -65,7 +65,7 @@ lalrpop-util = "0.17"
regex = "1"
serde_json = "1.0.0"
-gluon_parser = { path = "../parser", version = "0.13.0" } # GLUON
+gluon_parser = { path = "../parser", version = "0.13.1" } # GLUON
[features]
serialization = ["serde", "serde_state", "serde_derive", "serde_derive_state", "serde_json", "gluon_base/serialization", "codespan/serialization"]
diff --git a/vm/src/lib.rs b/vm/src/lib.rs
index 7094934897..f242273fe1 100644
--- a/vm/src/lib.rs
+++ b/vm/src/lib.rs
@@ -1,5 +1,5 @@
//! Crate which contain the virtual machine which executes gluon programs
-#![doc(html_root_url = "https://docs.rs/gluon_vm/0.13.0")] // # GLUON
+#![doc(html_root_url = "https://docs.rs/gluon_vm/0.13.1")] // # GLUON
#![recursion_limit = "1024"]
#[macro_use]