Skip to content

Releases: orium/cargo-rdme

cargo-rdme 1.5.0

02 Nov 19:45
v1.5.0

Choose a tag to compare

  • Added the --manifest-path command line option.

cargo-rdme 1.4.9

06 Oct 21:21
v1.4.9

Choose a tag to compare

  • Relicensed project under the MIT license.
  • Update dependencies.

cargo-rdme 1.4.8

25 Nov 20:17
v1.4.8

Choose a tag to compare

  • Use cargo styles for cli help output.
  • Update dependencies.

cargo-rdme 1.4.7

08 Nov 00:30
v1.4.7

Choose a tag to compare

  • Another attempt at fixing github build action.

cargo-rdme 1.4.6

06 Nov 22:41
v1.4.6

Choose a tag to compare

  • Update dependencies.
  • Fix github build action: we should be back to publishing binaries.

cargo-rdme 1.4.5

23 Oct 23:19
v1.4.5

Choose a tag to compare

  • Update dependencies.

cargo-rdme 1.4.4

10 Jun 18:41
v1.4.4

Choose a tag to compare

  • Fix selection of packages in workspaces when there's a package name conflict with a dependency.
  • Update dependencies.

cargo-rdme 1.4.3

12 Feb 18:38
v1.4.3

Choose a tag to compare

  • Update dependencies.

cargo-rdme 1.4.2

01 Aug 21:25
v1.4.2

Choose a tag to compare

  • It turns out we might need the network to get the project metadata. See release notes of version 1.4.1.

cargo-rdme 1.4.1

31 Jul 23:47
v1.4.1

Choose a tag to compare

  • Ask cargo metadata to not access the network. All the info we need is in Cargo.toml.
  • Update dependencies.