Skip to content

Commit

Permalink
add .git suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Jan 18, 2023
1 parent 077d66c commit 869ad0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ crate-type = ['staticlib']
name = "prqlr"

[dependencies]
extendr-api = { git = "https://github.com/extendr/extendr", rev = "f511254b1be180528a1711e4c87473966a1010d0" }
extendr-api = { git = "https://github.com/extendr/extendr.git", rev = "f511254b1be180528a1711e4c87473966a1010d0" }
# extendr-api = "0.3.1"
prql-compiler = { git = "https://github.com/PRQL/prql", rev = "refs/pull/1561/head", default-features = false }
prql-compiler = { git = "https://github.com/PRQL/prql.git", rev = "refs/pull/1561/head", default-features = false }
# prql-compiler = { version = "0.4.0", default-features = false }
anyhow = "1.0.68"

0 comments on commit 869ad0a

Please sign in to comment.