solana-program-library/token
dependabot[bot] 2556d163ae
build(deps): bump num_enum from 0.5.1 to 0.5.2 (#2119)
Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/illicitonion/num_enum/releases)
- [Commits](https://github.com/illicitonion/num_enum/compare/0.5.1...0.5.2)

---
updated-dependencies:
- dependency-name: num_enum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-20 23:02:28 +00:00
..
cli token: Bump to 3.2.0 everywhere (#2116) 2021-07-20 23:40:32 +02:00
js token: Add SyncNative instruction (program, CLI, JS) (#2091) 2021-07-19 21:50:42 +02:00
perf-monitor Bump solana and borsh crates (#2015) 2021-07-02 16:53:41 +00:00
program build(deps): bump num_enum from 0.5.1 to 0.5.2 (#2119) 2021-07-20 23:02:28 +00:00
README.md token: Bump C bindings (#2109) 2021-07-19 23:57:26 +00:00

README.md

Token program

A token program on the Solana blockchain, usable for fungible and non-fungible tokens.

This program provides an interface and implementation that third parties can utilize to create and use their tokens.

Full documentation is available at https://spl.solana.com/token

JavaScript bindings are available in the ./js directory.