From 548b9a3fa1c9fed1121ad1748b7a49245d0ae239 Mon Sep 17 00:00:00 2001 From: Raymon Zutekouw Date: Sun, 27 Jul 2025 20:53:18 +0200 Subject: [PATCH] Migrate repo to codeberg - package version is now at v.0.1.1 --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed15199..6e401b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "ansi_term" @@ -144,7 +144,7 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" [[package]] name = "mblf" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "pest", diff --git a/Cargo.toml b/Cargo.toml index ea6a972..9147fcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mblf" -version = "0.1.0" +version = "0.1.1" edition = "2018" description = """ The MBLF-To-BF compiler written in Rust with Pest. @@ -9,7 +9,7 @@ MBLF is a programming language on top of the esoteric programming language Brain authors = ["Raymon Zutekouw "] -repository = "https://github.com/MBLF-Project/mblf" +repository = "https://codeberg.org/MeltingSilicon/compiler-mblf" license = "MIT OR Apache-2.0" keywords = ["compiler", "mblf", "brainfuck", "pest"]