Skip to content

Commit c54d23f

Browse files
committed
Fix typo in Cargo.toml
1 parent 80a7af6 commit c54d23f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ path = "src/lib.rs"
1212
[dependencies.openssl]
1313

1414
git = "https://github.com/sfackler/rust-openssl"
15-
ref = "bfd8fa2d4c494b1dbbaf6a57ee195cd8c8c0ab76"
15+
rev = "bfd8fa2d4c494b1dbbaf6a57ee195cd8c8c0ab76"
1616

1717
[dependencies.phf_mac]
1818

1919
git = "https://github.com/sfackler/rust-phf"
20-
ref = "bfd8fa2d4c494b1dbbaf6a57ee195cd8c8c0ab76"
20+
rev = "bfd8fa2d4c494b1dbbaf6a57ee195cd8c8c0ab76"
2121

0 commit comments

Comments
 (0)