diff --git a/.github/workflows/tests_and_checks.yml b/.github/workflows/tests_and_checks.yml index a0238fdf..45ed5860 100644 --- a/.github/workflows/tests_and_checks.yml +++ b/.github/workflows/tests_and_checks.yml @@ -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 diff --git a/deny.toml b/deny.toml index b5b4b5d6..c470bfe2 100644 --- a/deny.toml +++ b/deny.toml @@ -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