We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa202cb commit b8ae985Copy full SHA for b8ae985
dist/chunk1.js
@@ -19828,7 +19828,7 @@ var core = __toESM(require_core());
19828
// package.json
19829
var package_default = {
19830
name: "crates-io-auth-action",
19831
- version: "1.0.0",
+ version: "1.0.1",
19832
description: "Get a temporary access token that you can use to interact with crates.io.",
19833
private: true,
19834
scripts: {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "crates-io-auth-action",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Get a temporary access token that you can use to interact with crates.io.",
5
"private": true,
6
"scripts": {
0 commit comments