Skip to content

Commit

Permalink
Add ref to fix issue with fetchGit assuming master
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyoung committed Mar 21, 2022
1 parent ebde4e1 commit 0efc3b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/fat/src/fat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib"]
[dependencies]
fatfs = { git = "https://github.com/rafalh/rust-fatfs" }
fscommon = "0.1"
ic-cdk = { git = "https://github.com/dfinity/cdk-rs.git", rev = "a253119adb08929b6304d007ee0a6a37960656ed" }
ic-cdk = { git = "https://github.com/dfinity/cdk-rs.git", ref = "main", rev = "a253119adb08929b6304d007ee0a6a37960656ed" }
ic-cdk-macros = "0.3"
icfs = { path = "../../../../src/icfs" }
time = "0.3"
2 changes: 1 addition & 1 deletion src/icfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ path = "lib.rs"
crate-type = ["cdylib", "rlib"]

[dependencies]
ic-cdk = { git = "https://github.com/dfinity/cdk-rs.git", rev = "a253119adb08929b6304d007ee0a6a37960656ed" }
ic-cdk = { git = "https://github.com/dfinity/cdk-rs.git", ref = "main", rev = "a253119adb08929b6304d007ee0a6a37960656ed" }

0 comments on commit 0efc3b2

Please sign in to comment.