Pinning specific versions in the library makes it harder for applications to use newer versions o those dependencies. This is fixed by setting setting only the major version for libraries that have reached version 1.0.0 and above and major and minor versions for dependencies that have not reached version 1.0.0 as those can have their API surface changed across minor versions.
10 lines
87 B
Plaintext
10 lines
87 B
Plaintext
debug/
|
|
target/
|
|
Cargo.lock
|
|
**/*.rs.bk
|
|
*.pdb
|
|
/target
|
|
.cargo/config.toml
|
|
.DS_Store
|
|
/.idea
|