Skip to content

Commit 97fa89a

Browse files
authored
Update README.md
Changed the `Cargo.toml` example to use a version hosted on crates.io
1 parent 6fe508e commit 97fa89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Add `dotnet-gitversion` to your build dependencies:
2929

3030
```toml
3131
[build-dependencies]
32-
dotnet-gitversion-build = { git = "https://github.com/sunsided/dotnet-gitversion-rs" }
32+
dotnet-gitversion-build = "0.3.0"
3333
```
3434

3535
Create or update your `build.rs` to call `dotnet_gitversion_build::build()`.

0 commit comments

Comments
 (0)