Skip to content

Commit

Permalink
hex-literal v0.3 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jul 16, 2020
1 parent d19e433 commit 4414536
Show file tree
Hide file tree
Showing 9 changed files with 102 additions and 348 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/hex-literal.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
rust:
- 1.41.0 # MSRV
- 1.45.0 # MSRV
- stable
target:
- thumbv7em-none-eabi
Expand All @@ -41,12 +41,13 @@ jobs:
strategy:
matrix:
rust:
- 1.41.0 # MSRV
- 1.45.0 # MSRV
- stable
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- run: cargo test --release
19 changes: 1 addition & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Expand Up @@ -7,6 +7,5 @@ members = [
"cpuid-bool",
"dbl",
"hex-literal",
"hex-literal/hex-literal-impl",
"opaque-debug",
]
7 changes: 3 additions & 4 deletions hex-literal/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hex-literal"
version = "0.2.1"
version = "0.3.0"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
description = "Procedural macro for converting hexadecimal string to byte array at compile time."
Expand All @@ -9,6 +9,5 @@ repository = "https://github.com/RustCrypto/utils"
keywords = ["hex", "proc-macro", "literals"]
edition = "2018"

[dependencies]
proc-macro-hack = "0.5"
hex-literal-impl = { version = "0.2", path = "./hex-literal-impl" }
[lib]
proc-macro = true
15 changes: 0 additions & 15 deletions hex-literal/hex-literal-impl/Cargo.toml

This file was deleted.

201 changes: 0 additions & 201 deletions hex-literal/hex-literal-impl/LICENSE-APACHE

This file was deleted.

26 changes: 0 additions & 26 deletions hex-literal/hex-literal-impl/LICENSE-MIT

This file was deleted.

0 comments on commit 4414536

Please sign in to comment.