Skip to content

Commit

Permalink
Increase Rust version to 0.1.6
Browse files Browse the repository at this point in the history
Doesn't come up since we don't deploy as a crate, but may as well keep in lock-step.
  • Loading branch information
chemix-lunacy committed Aug 20, 2024
1 parent 659f621 commit 614dd88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/rasqal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["John Dumbell"]
name = "rasqal"
version = "0.1.0"
version = "0.1.6"
edition = "2021"
license = "BSD-3-Clause"
description = ""
Expand Down
3 changes: 1 addition & 2 deletions src/rasqal/src/evaluator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1399,8 +1399,7 @@ impl QIREvaluator {
}

// Output recording doesn't matter for us.
"__quantum__rt__tuple_record_output" | "__quantum__rt__array_record_output" => {
}
"__quantum__rt__tuple_record_output" | "__quantum__rt__array_record_output" => {}

// Bigint support that hopefully we'll just be able to ignore.
"__quantum__rt__bigint_add"
Expand Down

0 comments on commit 614dd88

Please sign in to comment.