We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413f36e commit 1a85a16Copy full SHA for 1a85a16
s/check-version
@@ -38,7 +38,7 @@ CLI_VERSION_PATTERN = r"version = \"(?P<version>\d+\.\d+\.\d+)\""
38
39
40
def find_cli_version() -> str:
41
- cargo_toml = squawk_root() / "crates/squawk/Cargo.toml"
+ cargo_toml = squawk_root() / "Cargo.toml"
42
for line in cargo_toml.read_text().split("\n"):
43
match = re.match(CLI_VERSION_PATTERN, line)
44
if match is not None:
0 commit comments