Skip to content

Commit

Permalink
update Cargo and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass committed Mar 25, 2024
1 parent f86d0d6 commit c27a660
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
ref: ${{ github.event.inputs.branch }}
- name: Publish to crates.io
uses: './.github/actions/publish/publish-rust'
uses: './.github/actions/publish'
with:
version: ${{ github.event.inputs.version }}
crates-token: ${{ secrets.CRATES_IO_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "did_url"
version = "0.1.0"
authors = ["l1h3r <devin.turner09@gmail.com>"]
name = "did_url_parser"
version = "0.2.0"
authors = ["IOTA Stiftung"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "A no_std parser for Decentralized Identifiers (DIDs)"
repository = "https://github.com/l1h3r/did_url"
repository = "https://github.com/iotaledger/did_url"
keywords = ["decentralized", "identity", "did"]
categories = ["parser-implementations", "encoding"]
include = ["src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# did
# DID URL Parser

**A parser for Decentralized Identifiers (DIDs)**

A fork of https://github.com/l1h3r/did_url

---

```rust
Expand Down

0 comments on commit c27a660

Please sign in to comment.