# NOTE This file is used by the auto-updater service. # Make sure to update the service if it's moved or the structure is changed. [package] name = "tetsy-version" # NOTE: this value is used for Tetsy Vapory version string (via env CARGO_PKG_VERSION) version = "2.7.2" authors = ["Parity Technologies "] build = "build.rs" edition = "2018" license = "GPL-3.0" description = "tetsy versioning" documentation = "https://docs.rs/tetsy-version" homepage = "https://github.com/openvapory/tetsy-vapory" repository = "https://github.com/openvapory/tetsy-vapory" [package.metadata] # This versions track. Should be changed to `stable` when on respective branches. # Used by auto-updater and for Tetsy version string. track = "stable" # Network specific settings, used ONLY by auto-updater. # Latest supported fork blocks. # Indicates a critical release in this track (i.e. consensus issue). [package.metadata.networks] foundation = { forkBlock = 9069000, critical = false } ropsten = { forkBlock = 6485846, critical = false } kovan = { forkBlock = 14111141, critical = false } goerli = { forkBlock = 1561651, critical = false } [dependencies] tetsy-bytes = "0.1" tetsy-rlp = "0.4.5" target_info = "0.1" [build-dependencies] vergen = "3.0.4" rustc_version = "0.2" toml = "0.4" [features] final = []