Update to 42.0.5, resolves RHBZ#2251816
This commit is contained in:
parent
fdff266e83
commit
2b20ce4281
7 changed files with 100 additions and 84 deletions
|
|
@ -12,7 +12,7 @@ import sys
|
|||
|
||||
VENDOR_DIR = "vendor"
|
||||
CARGO_TOML = "src/rust/Cargo.toml"
|
||||
RE_VERSION = re.compile("Version:\s*(.*)")
|
||||
RE_VERSION = re.compile(r"Version:\s*(.*)")
|
||||
|
||||
parser = argparse.ArgumentParser(description="Vendor Rust packages")
|
||||
parser.add_argument(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue