Allen Webb | bbedd8c | 2019-10-16 12:25:38 -0700 | [diff] [blame] | 1 | #!/bin/sh |
2 | # | ||||
3 | # Copyright 2019 The Chromium OS Authors. All rights reserved. | ||||
4 | # Use of this source code is governed by a BSD-style license that can be | ||||
5 | # found in the LICENSE file. | ||||
6 | |||||
7 | # Assumes the first 'version =' line in the Cargo.toml is the version for the | ||||
8 | # crate. | ||||
9 | awk '/^version = / { print $3 }' "$1/system_api/Cargo.toml" | head -n1 | tr -d '"' |