Skip to content

Commit

Permalink
Updated Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsgm committed Feb 22, 2024
1 parent 7e49189 commit d16b9ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "spain-vat-id"
authors = ["José Aguilera <[email protected]>"]
version = "0.1.0"

This comment has been minimized.

Copy link
@dev-ardi

dev-ardi Feb 22, 2024

Collaborator

This is most definitely a breaking change. The version should be 0.2.0

edition = "2021"
version = "0.1.2"
edition = "2024"
description = "Spanish VAT ID numbers validation/verification"
license = "Apache-2.0"
license = "MIT"
homepage = "https://github.com/jsgm/spain-vat-id"
repository = "https://github.com/jsgm/spain-vat-id"
keywords = [
Expand Down

0 comments on commit d16b9ad

Please sign in to comment.