blob: 770ef18d1e80eac054b90bafe53eb0873eedaccc [file] [log] [blame]
Allen Webbbbedd8c2019-10-16 12:25:38 -07001#!/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.
9awk '/^version = / { print $3 }' "$1/system_api/Cargo.toml" | head -n1 | tr -d '"'