Skip to content

A plugin to enable managing the versions of Rust projects 🦀 via the universal-changesets package.

Notifications You must be signed in to change notification settings

universal-changesets/rust-cargo-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Cargo Plugin

This is a plugin for Universal Changesets that allows you to get/set the version of your Rust project via the Cargo.toml file.

Usage

To use this plugin, you need to reference it within the .changeset/config.json file:

{
  "$schema": "https://raw.githubusercontent.com/universal-changesets/core/main/changeset-config.schema.json",
  "plugin": {
    "sha256": "e63c184c019d2198b497ceeaefeb59587da138ca7f78edc34e21332a7cc4b18c",
    "url": "gh:universal-changesets/rust-cargo-plugin@1.0.0"
  }
}

Once you've done that, you can use the changeset get and changeset version functions in your project. Refer to the documentation for more information.

About

A plugin to enable managing the versions of Rust projects 🦀 via the universal-changesets package.

Topics

Resources

Stars

Watchers

Forks