Skip to content

Commit 08f35c6

Browse files
committed
v0.0.5
1 parent bcea97b commit 08f35c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mech"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
authors = ["Corey Montella <[email protected]>"]
55
description = "Main crate for the Mech programming language. Provides a REPL and hosted editor."
66
documentation = "http://docs.mech-lang.org"
@@ -17,10 +17,10 @@ gitlab = { repository = "mech-lang/mech", branch = "master" }
1717
maintenance = { status = "actively-developed" }
1818

1919
[dependencies]
20-
mech-core = {git = "https://gitlab.com/mech-lang/core"}
21-
mech-syntax = {git = "https://gitlab.com/mech-lang/syntax"}
22-
mech-program = {git = "https://gitlab.com/mech-lang/program"}
23-
mech-utilities = {git = "https://gitlab.com/mech-lang/utilities"}
20+
mech-core = "0.0.5"
21+
mech-syntax = "0.0.5"
22+
mech-program = "0.0.5"
23+
mech-utilities = "0.0.5"
2424

2525
clap = "2.33.0"
2626
colored = "1.9.3"

0 commit comments

Comments
 (0)