Skip to content

Commit 0d258d3

Browse files
committed
bump version to 0.0.2
1 parent 4a59a38 commit 0d258d3

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.1"
3+
version = "0.0.2"
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"
@@ -16,10 +16,10 @@ gitlab = { repository = "mech-lang/mech", branch = "master" }
1616
maintenance = { status = "actively-developed" }
1717

1818
[dependencies]
19-
mech-core = {git = "https://gitlab.com/mech-lang/core"}
20-
mech-syntax = {git = "https://gitlab.com/mech-lang/syntax"}
21-
mech-server = {git = "https://gitlab.com/mech-lang/server"}
22-
mech-program = {git = "https://gitlab.com/mech-lang/program"}
19+
mech-core = "0.0.2"
20+
mech-syntax = "0.0.2"
21+
mech-server = "0.0.2"
22+
mech-program = "0.0.2"
2323
clap = "2.31.2"
2424
term-painter = "0.2.4"
2525
nom = "4.2.2"

0 commit comments

Comments
 (0)