From 16f09a4f469a2e2932c4ab19d59f501666b2f3b5 Mon Sep 17 00:00:00 2001 From: Andrii Kuchmenda <46228765+TRI99ERED@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:15:23 +0200 Subject: [PATCH] linked to varflags page in varflags_attribute readme --- varflags_attribute/Cargo.toml | 2 +- varflags_attribute/README.MD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/varflags_attribute/Cargo.toml b/varflags_attribute/Cargo.toml index cfd9795..8d7a3c8 100644 --- a/varflags_attribute/Cargo.toml +++ b/varflags_attribute/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "varflags_attribute" -version = "0.0.2" +version = "0.0.3" edition = "2021" license = "MIT OR Apache-2.0" description = "Crate containing attribute procedural macro varflags. This crate isn't meant to be used without varflags crate." diff --git a/varflags_attribute/README.MD b/varflags_attribute/README.MD index 685860d..faa9cff 100644 --- a/varflags_attribute/README.MD +++ b/varflags_attribute/README.MD @@ -1,4 +1,4 @@ -Crate containing attribute procedural macro `varflags`. This crate isn't meant to be used without `varflags` crate. +Crate containing attribute procedural macro `varflags`. This crate isn't meant to be used without [`varflags`](https://crates.io/crates/varflags) crate. ## License