mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
parent
ec5ae8562d
commit
8f99c700ff
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ name = "stb_image"
|
|||
source = "git+https://github.com/servo/rust-stb-image#f4c5380cd586bfe16326e05e2518aa044397894b"
|
||||
```
|
||||
|
||||
This file should not be edited by hand. In a normal Rust project, to update the git revision, you would use `cargo update -p stb_image`, but in Servo, use `./mach cargo-update -p stb_image`.
|
||||
This file should not be edited by hand. In a normal Rust project, to update the git revision, you would use `cargo update -p stb_image`, but in Servo, use `./mach cargo-update -p stb_image`. Other arguments to cargo are also understood, e.g. use --precise '0.2.3' to update that crate to version 0.2.3.
|
||||
|
||||
See [Cargo's documentation about Cargo.toml and Cargo.lock files](http://doc.crates.io/guide.html#cargotoml-vs-cargolock).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue