ghaction_version_gen 0.19.0

Generate various version options as github action outputs
Documentation
1
2
3
4
5
6
7
8
9
// Copyright (C) 2021 Leandro Lisboa Penz <lpenz@lpenz.org>
// This file is subject to the terms and conditions defined in
// file 'LICENSE', which is part of this source code package.

use std::error::Error;

fn main() -> Result<(), Box<dyn Error>> {
    ghaction_version_gen::main()
}