Skip to content

Commit

Permalink
refactor(compiler_base): new version for crate.io (#211)
Browse files Browse the repository at this point in the history
update versions of compiler_base_session and compiler_base_error in crate.io.

issue #115.
  • Loading branch information
zong-zhe committed Sep 20, 2022
1 parent f67ddf8 commit 1f6f422
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compiler_base/error/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compiler_base_error"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
authors = ["zongzhe1024@163.com"]
license = "Apache-2.0 OR MIT"
Expand Down
4 changes: 2 additions & 2 deletions compiler_base/session/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compiler_base_session"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
authors = ["zongzhe1024@163.com"]
license = "Apache-2.0 OR MIT"
Expand All @@ -15,5 +15,5 @@ categories = ["command-line-utilities"]

[dependencies]
compiler_base_span = "0.0.1"
compiler_base_error = "0.0.1"
compiler_base_error = "0.0.2"
anyhow = "1.0"

0 comments on commit 1f6f422

Please sign in to comment.