Skip to content

Commit

Permalink
🐛replace 5-argument "mul!" in OpenQuantumBase (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
neversakura authored Apr 7, 2021
1 parent d760805 commit 8410ba4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.4' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
- '1.6' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
os:
- ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OpenQuantumTools"
uuid = "e429f160-8886-11e9-20cb-0dbe84e78965"
authors = ["Huo Chen <[email protected]>"]
version = "0.6.2"
version = "0.6.3"

[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Expand All @@ -17,7 +17,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
DiffEqBase = "6.0.0"
DiffEqCallbacks = "2.0.0"
DocStringExtensions = "0.7, 0.8"
OpenQuantumBase = "0.6.1"
OpenQuantumBase = "0.6.4"
RecipesBase = "1.0.0"
Reexport = "0.2.0, 1.0"
julia = "1.4"
Expand Down

0 comments on commit 8410ba4

Please sign in to comment.