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.
gh
1 parent 3e934c3 commit 1c2e2c7Copy full SHA for 1c2e2c7
.github/workflows/release.yml
@@ -24,3 +24,4 @@ jobs:
24
run: "python3 scripts/ci-release.py"
25
env:
26
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
27
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Cargo.toml
@@ -22,7 +22,7 @@ license = "MIT/Apache-2.0"
22
name = "x86_64"
23
readme = "README.md"
repository = "https://github.com/rust-osdev/x86_64"
-version = "0.0.1-alpha.1"
+version = "0.0.1-alpha.2"
edition = "2018"
28
[dependencies]
0 commit comments