Skip to content

Commit 162ca17

Browse files
committed
[FIX] mismatched Cargo.toml
1 parent 9776ce2 commit 162ca17

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Build static Linux binary
7474
shell: bash
75-
run: cargo build --locked --release --target "${TARGET}"
75+
run: cargo build --release --target "${TARGET}"
7676

7777
- name: Verify static linking
7878
shell: bash

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "odoo-stock-availability"
2+
name = "odoo-rapid-quant"
33
version = "0.1.0"
44
license = "LGPL-3.0-or-later"
55
edition = "2024"

0 commit comments

Comments
 (0)