Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Aug 3, 2024
1 parent a3e52bd commit 5198ed4
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ must_use_candidate = "allow"
too_many_lines = "allow"

[workspace.dependencies]
rue-parser = { path = "./crates/rue-parser", version = "0.1.1" }
rue-compiler = { path = "./crates/rue-compiler", version = "0.1.1" }
rue-typing = { path = "./crates/rue-typing", version = "0.1.1" }
rue-clvm = { path = "./crates/rue-clvm", version = "0.1.1" }
rue-parser = { path = "./crates/rue-parser", version = "0.2.0" }
rue-compiler = { path = "./crates/rue-compiler", version = "0.2.0" }
rue-typing = { path = "./crates/rue-typing", version = "0.2.0" }
rue-clvm = { path = "./crates/rue-clvm", version = "0.2.0" }
rue-lexer = { path = "./crates/rue-lexer", version = "0.1.1" }
clvmr_old = { version = "0.3.2", package = "clvmr" }
clvmr = "0.6.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/rue-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rue-cli"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
license = "Apache-2.0"
description = "CLI tool for the Rue compiler."
Expand Down
2 changes: 1 addition & 1 deletion crates/rue-clvm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rue-clvm"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
license = "Apache-2.0"
description = "CLVM utilities for the Rue compiler."
Expand Down
2 changes: 1 addition & 1 deletion crates/rue-compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rue-compiler"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
license = "Apache-2.0"
description = "The Rue compiler."
Expand Down
2 changes: 1 addition & 1 deletion crates/rue-lsp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rue-lsp"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
license = "Apache-2.0"
description = "Provides a language server for Rue."
Expand Down
2 changes: 1 addition & 1 deletion crates/rue-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rue-parser"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
license = "Apache-2.0"
description = "Parses Rue tokens into an AST."
Expand Down
2 changes: 1 addition & 1 deletion crates/rue-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rue-tests"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
publish = false
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/rue-typing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rue-typing"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
license = "Apache-2.0"
description = "The type system used by the Rue compiler."
Expand Down

0 comments on commit 5198ed4

Please sign in to comment.