Versioning and other non code stuff

1.0.0-stable
Johannes Hendrik Gerard van der Weide 2024-10-01 21:14:39 +02:00
parent 78904d4d08
commit 4b38a7d861
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
[package] [package]
name = "emoji-json-generator" name = "emoji-json-generator"
version = "0.1.0" version = "1.0.0"
authors = ["hertog@hermitcollective.net"]
edition = "2021" edition = "2021"
[dependencies] [dependencies]

View File

@ -1,5 +1,5 @@
{ {
description = "Hertog's flake for rust developing and building"; description = "Rust build and shell flake based on the one by from zero to nix";
# Flake inputs # Flake inputs
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs"; # also valid: "nixpkgs" nixpkgs.url = "github:NixOS/nixpkgs"; # also valid: "nixpkgs"