release: 1.0.3

fix: load ort-version via bash script on all release runners, toolchain
harmonization
This commit is contained in:
Per Stark
2026-06-12 09:12:32 +02:00
parent e65515a71c
commit 919e699287
16 changed files with 55 additions and 36 deletions
+5
View File
@@ -0,0 +1,5 @@
[toolchain]
channel = "1.91.1"
components = ["rustfmt", "clippy"]
profile = "default"
targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]