Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into feat/bindings-api
Browse files Browse the repository at this point in the history
  • Loading branch information
ggiraldez committed Jul 4, 2024
2 parents 13883cb + 0630345 commit 808f94c
Show file tree
Hide file tree
Showing 714 changed files with 2,085 additions and 3,495 deletions.
5 changes: 5 additions & 0 deletions .changeset/dirty-lemons-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nomicfoundation/slang": patch
---

upgrade to rust `1.79.0`.
2 changes: 1 addition & 1 deletion .github/workflows/_jobs_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
#

- name: "Clone repository"
uses: "actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b"
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332"

- name: "Restore CI cache"
if: "${{ github.ref_name != 'main' }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_jobs_github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
#

- name: "Clone repository"
uses: "actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b"
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332"

- name: "Restore CI cache"
uses: "actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_jobs_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
#

- name: "Clone repository"
uses: "actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b"
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332"

- name: "Restore CI cache"
uses: "actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9"
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
#

- name: "Clone repository"
uses: "actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b"
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332"

- name: "Restore CI cache"
uses: "actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_jobs_sanctuary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
#

- name: "Clone repository"
uses: "actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b"
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332"

- name: "Restore CI cache"
uses: "actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9"
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"rust-analyzer.imports.granularity.group": "module",
"rust-analyzer.imports.prefix": "crate",
"rust-analyzer.rustfmt.extraArgs": [
"+nightly-2024-02-21" // __RUST_NIGHTLY_VERSION_MARKER__ (keep in sync)
"+nightly-2024-06-17" // __RUST_NIGHTLY_VERSION_MARKER__ (keep in sync)
],
"rust-analyzer.server.path": "${workspaceFolder}/scripts/bin/rust-analyzer",
"search.exclude": {
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# changelog

## 0.15.1

### Patch Changes

- [#1012](https://github.com/NomicFoundation/slang/pull/1012) [`9ca51b4`](https://github.com/NomicFoundation/slang/commit/9ca51b431e6d9e52b537683bf618d8852103936b) Thanks [@OmarTawfik](https://github.com/OmarTawfik)! - expose `QueryMatch` to public API

## 0.15.0

### Minor Changes
Expand Down
Loading

0 comments on commit 808f94c

Please sign in to comment.