Skip to content

Commit f3cc34f

Browse files
committed
fix: add missing import path for bazel target
1 parent f4053f2 commit f3cc34f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ load("@rules_d//d:defs.bzl", "d_library", "d_test")
33
d_library(
44
name = "semver",
55
srcs = ["source/semver.d"],
6+
imports = ["source"],
67
visibility = ["//visibility:public"],
78
)
89

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![Build Status](https://github.com/dcarp/semver/workflows/CI/badge.svg)](https://github.com/dcarp/semver/actions?workflow=CI)
2-
31
# semver
42

53
Semantic Versioning Library

0 commit comments

Comments
 (0)