Skip to content

Commit 8e76914

Browse files
authored
Version 1.3
1 parent 686ed81 commit 8e76914

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.javadev</groupId>
66
<artifactId>leetcode-in-all</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.2</version>
8+
<version>1.3</version>
99
<name>leetcode-in-all</name>
1010
<description>104 LeetCode algorithm problem solutions</description>
1111
<url>https://github.com/javadev/LeetCode-in-All</url>
@@ -91,6 +91,7 @@
9191
<source>src/main/python</source>
9292
<source>src/main/swift</source>
9393
<source>src/main/elixir</source>
94+
<source>src/main/rust</source>
9495
</sources>
9596
</configuration>
9697
</execution>

0 commit comments

Comments
 (0)