Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into shorter-dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanIsCoding committed Aug 13, 2023
2 parents 9a56d6d + 3f0fafc commit 7ef3159
Show file tree
Hide file tree
Showing 64 changed files with 1,629 additions and 887 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
]
include:
# Test minimal supported Rust version
- rust: 1.56.1
- rust: 1.64
python-version: 3.8
platform: { os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" }
msrv: "MSRV"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ retworkx/*pyd
*.svg
!/docs/source/images/*.svg
*.jpg
**/*.so
retworkx-core/Cargo.lock
Loading

0 comments on commit 7ef3159

Please sign in to comment.