mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 09:36:40 +00:00
3 lines
76 B
Bash
Executable File
3 lines
76 B
Bash
Executable File
#!/bin/sh
|
|
grep '^version =' Cargo.toml | head -n 1 | sed 's/.*"\(.*\)"/\1/'
|