Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Merge branch 'v0.1-beta' into 'main'
Browse files Browse the repository at this point in the history
Update cargo with v0.1 versions

See merge request mech-lang/program!8
  • Loading branch information
cmontella committed Jan 4, 2023
2 parents 9e1d39f + cb747d8 commit 7473160
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "mech-program"
version = "0.1.0"
authors = ["Corey Montella <corey@mech-lang.org>"]
description = "Organizes Mech cores into a coordinated program. Handles reading files, interfacing with libraries, and persisting changes top disk."
description = "Organizes Mech cores into a coordinated program."
documentation = "http://docs.mech-lang.org"
homepage = "https://mech-lang.org"
repository = "https://github.com/mech-lang/program"
Expand All @@ -17,9 +17,9 @@ gitlab = { repository = "mech-lang/program", branch = "main" }
maintenance = { status = "actively-developed" }

[dependencies]
mech-core = {git = "https://gitlab.com/mech-lang/core", branch = "v0.1-beta"}
mech-syntax = {git = "https://gitlab.com/mech-lang/syntax", branch = "v0.1-beta"}
mech-utilities = {git = "https://gitlab.com/mech-lang/utilities", branch = "v0.1-beta"}
mech-core = "0.1"
mech-syntax = "0.1"
mech-utilities = "0.1"

time = "0.3.17"
serde = "1.0.152"
Expand Down

0 comments on commit 7473160

Please sign in to comment.