-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2113 from GaloisInc/prepare-release-v1.2
Prepare release v1.2
- Loading branch information
Showing
13 changed files
with
133 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule crucible
updated
14 files
+4 −1 | crucible-llvm/CHANGELOG.md | |
+1 −1 | crucible-llvm/crucible-llvm.cabal | |
+6 −3 | crucible-mir/CHANGELOG.md | |
+1 −1 | crucible-mir/crucible-mir.cabal | |
+4 −0 | crucible-symio/CHANGELOG.md | |
+1 −1 | crucible-symio/crucible-symio.cabal | |
+3 −1 | crucible/CHANGELOG.md | |
+1 −1 | crucible/crucible.cabal | |
+5 −0 | crux-llvm/CHANGELOG.md | |
+1 −1 | crux-llvm/crux-llvm.cabal | |
+5 −0 | crux-mir/CHANGELOG.md | |
+1 −1 | crux-mir/crux-mir.cabal | |
+4 −0 | crux/CHANGELOG.md | |
+1 −1 | crux/crux.cabal |
Submodule cryptol
updated
68 files
Submodule llvm-pretty-bc-parser
updated
4 files
+6 −0 | CHANGELOG.md | |
+3 −3 | flake.lock | |
+1 −1 | llvm-pretty | |
+2 −2 | llvm-pretty-bc-parser.cabal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "saw-client" | ||
version = "1.1.1.99" | ||
version = "1.2.0.99" | ||
readme = "README.md" | ||
description = "SAW client for the SAW RPC server" | ||
authors = ["Galois, Inc. <[email protected]>"] | ||
|
@@ -14,7 +14,7 @@ include = [ | |
python = "^3.8" | ||
requests = "^2.25.1" | ||
BitVector = "^3.4.9" | ||
cryptol = "3.1.1" # { path = "../../deps/cryptol/cryptol-remote-api/python/", develop = true } | ||
cryptol = "3.2.0" # { path = "../../deps/cryptol/cryptol-remote-api/python/", develop = true } | ||
argo-client = "0.0.12" | ||
lmdb = "^1.4.1" | ||
cbor2 = "^5.4.6" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Cabal-version: 2.4 | ||
Name: saw-script | ||
Version: 1.1.0.99 | ||
Version: 1.2.0.99 | ||
Author: Galois Inc. | ||
Maintainer: [email protected] | ||
Build-type: Custom | ||
|