Skip to content

Commit

Permalink
Fix pkg/rust/Cargo.toml README path
Browse files Browse the repository at this point in the history
  • Loading branch information
panarch committed Nov 8, 2022
1 parent af908dc commit f2c9f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "GlueSQL - Open source SQL database engine fully written in Rust w
license = "Apache-2.0"
repository = "https://github.com/gluesql/gluesql"
documentation = "https://docs.rs/gluesql/"
readme = "README.md"
readme = "../../README.md"
keywords = [
"sql-database",
"sql",
Expand Down

0 comments on commit f2c9f33

Please sign in to comment.