Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add cargo-update-toml #296

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

SevereCloud
Copy link
Contributor

Добавляем пакет, который умеет обновлять зависимости в Cargo.toml

Использование:

steps:
  - name: Update swc_core
    uses: VKCOM/gh-actions/shared/rust/cargo-update-toml@main
    with:
      packages: swc_core

Добавляем пакет, который умеет обновлять зависимости в Cargo.toml

Использование:

```yml
steps:
  - name: Update swc_core
    uses: VKCOM/gh-actions/shared/rust/cargo-update-toml@main
    with:
      packages: swc_core
```
@SevereCloud SevereCloud requested a review from a team as a code owner February 20, 2024 11:29
Copy link
Contributor

@inomdzhon inomdzhon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

Copy link
Contributor

@mendrew mendrew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

@SevereCloud SevereCloud merged commit 45f32db into main Feb 22, 2024
3 checks passed
@SevereCloud SevereCloud self-assigned this Feb 26, 2024
@inomdzhon inomdzhon deleted the SevereCloud/feat/add-cargo-update-toml branch January 22, 2025 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants