Skip to content

Commit

Permalink
chore: ..
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed May 1, 2024
1 parent 38d5f0e commit 5337228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_and_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-14, windows-latest]
rust-toolchain: [stable, nightly, 1.75.0]
rust-toolchain: [stable, nightly, 1.77.0]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ unknown-git = "deny"
# if not specified. If it is specified but empty, no registries are allowed.
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
# List of URLs for allowed Git repositories
allow-git = []
allow-git = ["https://github.com/sobelio/llm-chain.git"]

#[sources.allow-org]
# 1 or more github.com organizations to allow git sources for
Expand Down

0 comments on commit 5337228

Please sign in to comment.