Skip to content

Commit a6ee099

Browse files
committed
Rename to 'plutus-ledger-api'
1 parent bbacde8 commit a6ee099

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "plutus-ledger-types"
2+
name = "plutus-ledger-api"
33
version = "0.1.0"
44
edition = "2021"
55

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Plutus Ledger types
1+
# Plutus Ledger API
22

3-
Plutus Ledger types implemented Rust.
3+
Plutus Ledger types and utilities implemented in Rust.
44
This library is still in development and not ready to be used in production.

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
perSystem = { self', pkgs, system, ... }:
2828
let
2929
overlays = [ (import rust-overlay) ];
30-
crateName = "plutus-ledger-types-rust";
30+
crateName = "plutus-ledger-api";
3131
rustWithTools = pkgs.rust-bin.stable.latest.default.override {
3232
extensions = [ "rustfmt" "rust-analyzer" "clippy" ];
3333
};

0 commit comments

Comments
 (0)