Skip to content

Commit

Permalink
Bump spirq-as version to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PENGUINLIONG committed Feb 13, 2024
1 parent d5e2da9 commit e07e3e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions spirq-as/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spirq-as"
version = "0.1.2"
version = "0.1.3"
authors = ["PENGUINLIONG <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -19,5 +19,5 @@ maintenance = { status = "actively-developed" }

[dependencies]
anyhow = "1.0"
spirq-spvasm = { version = "0.1.2", path = "../spirq-spvasm" }
spirq-spvasm = { version = "0.1.3", path = "../spirq-spvasm" }
clap = { version = "4.0.6", features = ["derive"] }

0 comments on commit e07e3e0

Please sign in to comment.