diff options
author | Cara Salter <cara@devcara.com> | 2022-01-19 20:14:50 -0500 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-01-19 20:14:50 -0500 |
commit | 943196546dc3f9b5cc4356cebb8468775a127471 (patch) | |
tree | 35d826e3271bd7aece9aa394cd44542bb7f69a9f /Cargo.lock | |
parent | 7d868aedd1147c484d82ea4815c5c53af834eacb (diff) | |
download | glitch-ng-943196546dc3f9b5cc4356cebb8468775a127471.tar.gz glitch-ng-943196546dc3f9b5cc4356cebb8468775a127471.zip |
pony: Add ponybyid
Required adding the derpi ID to the footer of all the other pony embeds
TODO: Refactor generating the pony embeds out of the commands
Signed-off-by: Cara Salter <cara@devcara.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -463,7 +463,7 @@ dependencies = [ [[package]] name = "glitch-ng" -version = "0.1.0" +version = "0.4.0" dependencies = [ "chrono", "dotenv", |