Skip to content

Commit

Permalink
Merge pull request #20 from rigetti/19-deduplicate_dependencies
Browse files Browse the repository at this point in the history
fix: update opentelemetry dependencies
  • Loading branch information
BatmanAoD authored Oct 5, 2024
2 parents 13ec953 + 911ebc8 commit add7dbf
Show file tree
Hide file tree
Showing 47 changed files with 1,023 additions and 907 deletions.
19 changes: 19 additions & 0 deletions .clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
allowed-duplicate-crates = [
"base64",
"bitflags",
"hashbrown",
"indexmap",
"regex-automata",
"regex-syntax",
"socket2",
"tracing-log",
"windows-sys",
"windows-targets",
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc"
]
4 changes: 3 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ jobs:
git config --global user.name "${{ github.triggering_actor }}"
git config --global user.email "${{ github.triggering_actor}}@users.noreply.github.com"
- name: Prepare Prerelease
run: knope release --prerelease-label=rc --verbose
run: |
git pull origin --tags
knope release --prerelease-label=dev --verbose
Loading

0 comments on commit add7dbf

Please sign in to comment.