aboutsummaryrefslogtreecommitdiff
path: root/crate_universe
AgeCommit message (Expand)Author
2024-02-28Make `Select` accessors public (#2528)Daniel Wagner-Hall
2024-02-28Use pub(crate) rather than pub (#2526)Daniel Wagner-Hall
2024-02-28Add public interface to lockfile interospection (#2515)Daniel Wagner-Hall
2024-02-28Split CrateID CrateNameAndVersionReq (#2525)Daniel Wagner-Hall
2024-02-26Locate license file in packge root if not specified in cargo metadata (#2521)Nick Collier
2024-02-24Fix all-crate-deps with bzlmod and conditionals. (#2516)Cornelius Riemenschneider
2024-02-23Fix bzlmod examples on windows (#2454)Cameron Martin
2024-02-22Set allow_empty on unknown globs (#2509)Daniel Wagner-Hall
2024-02-19Update crates_universe render script to run from Bazel (#2492)UebelAndre
2024-02-19Bump crate_universe version to `0.11.0` (#2478)UebelAndre
2024-02-19Check if resolved index URL starts with sparse+ (#2498)Nick Collier
2024-02-19Update crate_universe to allow re-pinning precise packages with pins (#2493)UebelAndre
2024-02-18Use non-canonical repo name in hub repo (#2491)Cameron Martin
2024-02-18Use commit from cargo lock file for git repositories (#2490)Cameron Martin
2024-02-18Add script to revendor all crates (#2459)Cameron Martin
2024-02-14Generate package license metadata (#2476)Nick Collier
2024-02-13Fix serialization of cargo_config attribute with bzlmod (#2477)Gabriel FĂ©ron
2024-02-09Add support for `all_crate_deps` when using bzlmod (#2461)Amelia
2024-02-08Added Rust 1.76.0 (#2468)UebelAndre
2024-01-16Allow ~ in repository names (#2427)Daniel Wagner-Hall
2024-01-09Fix the patch_tool annotation. (#2404)Matt
2024-01-08Add annotation support for transient crates. (#2392)Matt
2024-01-05Stringify annotation labels (#2394)Daniel Wagner-Hall
2024-01-03Replaced multiple usages of `String` with `Label`. (#2363)James Leitch
2024-01-03Support third party crates with bzlmod (#1910)Matt
2024-01-02Don't re-write an identical lockfile (#2386)Daniel Wagner-Hall
2024-01-02Updated crate_universe dependencies (#2381)UebelAndre
2024-01-02Allow using cargo_bazel_bootstrap from module extensions (#2385)Matt
2023-12-28Expose crates_vendor deps to bzlmod (#2372)upstream/0.36.1David Tolnay
2023-12-27Remove `CrateFeatures::Legacy` (#2338)James Leitch
2023-12-27Fix `alias_rules` missing CcInfo and not being listed in `CARGO_BAZEL_SRCS` a...James Leitch
2023-12-27`crate.select()` support (#1977)James Leitch
2023-12-27Added Rust 1.74.1 (#2354)UebelAndre
2023-12-15`cargo-bazel` now supports `alias_rule` to customize the aliases generated (#...James Leitch
2023-12-14Moved `generate_target_compatible_with` into `render_config`. (#2329)James Leitch
2023-12-13Add licence to Cargo.toml (#2327)Daniel Wagner-Hall
2023-12-13Add crate for testing build configs (#2326)Daniel Wagner-Hall
2023-12-13Add support for QNX (#2195)John Hughes
2023-12-13cargo-bazel: Corrected sparse registry splicing code (#2325)Julian Schmid
2023-12-12Nix example switched to using `crate_universe_dependencies(bootstrap=True)` (...James Leitch
2023-12-12Introduced `TargetTriple` newtype. (#2315)James Leitch
2023-12-12Allow additional targets to compile with bzlmod (#2314)Matt
2023-12-11NixOS added as a Platform target including a pseudo target triple (#2311)James Leitch
2023-12-08fix: `rustc_compile_action` emits `CcInfo` for `wasm32` targets (#1979)James Leitch
2023-12-04Declare dependencies in vendored crates (#2246)Matt
2023-12-01Fix inclusion/exclusion of optional dependencies (#2295)Krishna Ersson
2023-11-25crate_universe: Allow passing extra args down to crate_universe_bootstrap (#2...DolceTriade
2023-11-23Bump cargo_toml to 0.17.1 (#2278)Daniel Wagner-Hall
2023-11-17Fix optional dependency check when crate is renamed (#2265)Gary Guo
2023-11-08Run "bazel run //*:crates_vendor" (#2245)Matt