Skip to content

Commit

Permalink
Move qrcodegen-image to its own repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
constantoine committed Jul 24, 2024
1 parent ba86c74 commit ce19401
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 208 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [5.6.0](https://github.com/constantoine/totp-rs/releases/tag/v5.5.0) (19/01/2024)
### Changes
- [qrcodegen-image](https://crates.io/crates/qrcodegen-image) has now been moved to its own [repo](https://github.com/constantoine/qrcodegen-image).

# [5.5.0](https://github.com/constantoine/totp-rs/releases/tag/v5.5.0) (19/01/2024)
### Changes
- Documentation now indicates required feature.
Expand Down Expand Up @@ -204,4 +208,4 @@ This has been, I think, the update containing the most work. While a lot of unit

## What's coming next
- The currently used "qrcode" library is abandonned. Preliminary work showed it was not compatible woth newer versions of the "image" library
- I'd like to take that opportunity to rethink the way the "qr" feature is presented
- I'd like to take that opportunity to rethink the way the "qr" feature is presented
9 changes: 2 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "totp-rs"
version = "5.5.1"
version = "5.6.0"
authors = ["Cleo Rebert <cleo.rebert@gmail.com>"]
rust-version = "1.61"
edition = "2021"
Expand All @@ -12,11 +12,6 @@ homepage = "https://github.com/constantoine/totp-rs"
keywords = ["authentication", "2fa", "totp", "hmac", "otp"]
categories = ["authentication", "web-programming"]

[workspace]
members = [
"qrcodegen-image"
]

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
Expand All @@ -40,4 +35,4 @@ url = { version = "2.4", optional = true }
constant_time_eq = "0.2"
rand = { version = "0.8", features = ["std_rng", "std"], optional = true, default-features = false }
zeroize = { version = "1.6", features = ["alloc", "derive"], optional = true }
qrcodegen-image = { version = "1.0", features = ["base64"], optional = true, path = "qrcodegen-image" }
qrcodegen-image = { version = "1.4", features = ["base64"], optional = true }
38 changes: 0 additions & 38 deletions qrcodegen-image/CHANGELOG.md

This file was deleted.

29 changes: 0 additions & 29 deletions qrcodegen-image/Cargo.toml

This file was deleted.

5 changes: 0 additions & 5 deletions qrcodegen-image/README.md

This file was deleted.

30 changes: 0 additions & 30 deletions qrcodegen-image/benches/benches.rs

This file was deleted.

98 changes: 0 additions & 98 deletions qrcodegen-image/src/lib.rs

This file was deleted.

0 comments on commit ce19401

Please sign in to comment.