Commit 9d6643b7 authored by Graham King's avatar Graham King Committed by GitHub
Browse files

Add rust-toolchain so we're all on the same version (#145)

parent 66f048f6
......@@ -120,7 +120,7 @@ $global:copyright_results = @{
# === end common.ps1 extensions ===
$ignored_files = @('.clang-format', '.gitattributes', '.gitignore', '.gitkeep', '.patch', 'Cargo.lock', 'LICENSE', 'uv.lock')
$ignored_files = @('.clang-format', '.gitattributes', '.gitignore', '.gitkeep', '.patch', 'Cargo.lock', 'LICENSE', 'uv.lock', 'rust-toolchain.toml')
write-debug "<copyright-check> ignored_files = ['$($ignored_files -join "','")']."
$ignored_paths = @('.github', '.mypy_cache', '.pytest_cache')
write-debug "<copyright-check> ignored_paths = ['$($ignored_paths -join "','")']."
......
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "addr2line"
......@@ -2419,7 +2419,7 @@ dependencies = [
[[package]]
name = "triton-distributed"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"anyhow",
"async-nats",
......
......@@ -2594,7 +2594,7 @@ dependencies = [
[[package]]
name = "triton-distributed"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"anyhow",
"async-nats",
......
[toolchain]
channel = "1.84.1"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment