Skip to content

Commit

Permalink
build: Move build file to root folder
Browse files Browse the repository at this point in the history
This avoid rebuilding the build script, it appears that can only work in the root dir

Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric authored and joaoantoniocardoso committed Oct 27, 2024
1 parent e31cce8 commit 447a062
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "mavlink-server"
version = "0.1.0"
edition = "2021"
authors = ["João Antônio Cardoso <[email protected]>", "Patrick José Pereira <[email protected]>"]
build = "src/build.rs"
build = "build.rs"

[lib]
name = "mavlink_server"
Expand Down
File renamed without changes.

0 comments on commit 447a062

Please sign in to comment.