Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Nak committed Nov 10, 2022
1 parent bf293c2 commit 54ffee1
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions crates/codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sonatina-codegen"
version = "0.0.2-alpha"
version = "0.0.3-alpha"
edition = "2021"
authors = ["Sonatina Developers"]
license = "Apache-2.0"
Expand All @@ -18,5 +18,5 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"]
cranelift-entity = "0.89"
smallvec = "1.7.0"
fxhash = "0.2.1"
sonatina-ir = { path = "../ir", version = "0.0.2-alpha" }
sonatina-triple = { path = "../triple", version = "0.0.2-alpha" }
sonatina-ir = { path = "../ir", version = "0.0.3-alpha" }
sonatina-triple = { path = "../triple", version = "0.0.3-alpha" }
2 changes: 1 addition & 1 deletion crates/filecheck/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sonatina-filecheck"
version = "0.0.2-alpha"
version = "0.0.3-alpha"
edition = "2021"
authors = ["Sonatina Developers"]
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/ir/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sonatina-ir"
version = "0.0.2-alpha"
version = "0.0.3-alpha"
edition = "2021"
authors = ["Sonatina Developers"]
license = "Apache-2.0"
Expand All @@ -19,5 +19,5 @@ cranelift-entity = "0.89"
smallvec = "1.7.0"
fxhash = "0.2.1"
dyn-clone = "1.0.4"
sonatina-triple = { path = "../triple", version = "0.0.2-alpha" }
sonatina-triple = { path = "../triple", version = "0.0.3-alpha" }
indexmap = "1.9.1"
2 changes: 1 addition & 1 deletion crates/object/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sonatina-object"
version = "0.0.2-alpha"
version = "0.0.3-alpha"
edition = "2021"
authors = ["Sonatina Developers"]
license = "Apache-2.0"
Expand Down
6 changes: 3 additions & 3 deletions crates/parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sonatina-parser"
version = "0.0.2-alpha"
version = "0.0.3-alpha"
edition = "2021"
authors = ["Sonatina Developers"]
license = "Apache-2.0"
Expand All @@ -14,7 +14,7 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
sonatina-ir = { path = "../ir", version = "0.0.2-alpha" }
sonatina-triple = { path = "../triple", version = "0.0.2-alpha" }
sonatina-ir = { path = "../ir", version = "0.0.3-alpha" }
sonatina-triple = { path = "../triple", version = "0.0.3-alpha" }
smallvec = "1.7.0"
cranelift-entity = "0.89"
2 changes: 1 addition & 1 deletion crates/triple/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sonatina-triple"
version = "0.0.2-alpha"
version = "0.0.3-alpha"
edition = "2021"
authors = ["Sonatina Developers"]
license = "Apache-2.0"
Expand Down

0 comments on commit 54ffee1

Please sign in to comment.