Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
9d6643b7
Commit
9d6643b7
authored
Feb 10, 2025
by
Graham King
Committed by
GitHub
Feb 10, 2025
Browse files
Add rust-toolchain so we're all on the same version (#145)
parent
66f048f6
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
4 deletions
+10
-4
.github/workflows/copyright-check.ps1
.github/workflows/copyright-check.ps1
+1
-1
runtime/rust/examples/hello_world/Cargo.lock
runtime/rust/examples/hello_world/Cargo.lock
+2
-2
runtime/rust/examples/hello_world/rust-toolchain.toml
runtime/rust/examples/hello_world/rust-toolchain.toml
+2
-0
runtime/rust/python-wheel/Cargo.lock
runtime/rust/python-wheel/Cargo.lock
+1
-1
runtime/rust/python-wheel/rust-toolchain.toml
runtime/rust/python-wheel/rust-toolchain.toml
+2
-0
runtime/rust/rust-toolchain.toml
runtime/rust/rust-toolchain.toml
+2
-0
No files found.
.github/workflows/copyright-check.ps1
View file @
9d6643b7
...
...
@@ -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 "'
,
'")'
]
.
"
...
...
runtime/rust/examples/hello_world/Cargo.lock
View file @
9d6643b7
# 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",
...
...
runtime/rust/examples/hello_world/rust-toolchain.toml
0 → 100644
View file @
9d6643b7
[toolchain]
channel
=
"1.84.1"
runtime/rust/python-wheel/Cargo.lock
View file @
9d6643b7
...
...
@@ -2594,7 +2594,7 @@ dependencies = [
[[package]]
name = "triton-distributed"
version = "0.1.
1
"
version = "0.1.
2
"
dependencies = [
"anyhow",
"async-nats",
...
...
runtime/rust/python-wheel/rust-toolchain.toml
0 → 100644
View file @
9d6643b7
[toolchain]
channel
=
"1.84.1"
runtime/rust/rust-toolchain.toml
0 → 100644
View file @
9d6643b7
[toolchain]
channel
=
"1.84.1"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment